1. A long double can be used if range of a double is not enough to accommodate a real number.

A. True
B. False


Correct Answer: A. True

2. A float is 4 bytes wide, whereas a double is 8 bytes wide.

A. True
B. False


Correct Answer: A. True

3. If the definition of the external variable occurs in the source file before its use in a particular function, then there is no need for an extern declaration in the function.

A. True
B. False


Correct Answer: A. True

4. Size of short integer and long integer can be verified using the sizeof() operator.

A. True
B. False


Correct Answer: A. True

5. Range of double is -1.7e-38 to 1.7e+38 (in the 16-bit platform – Turbo C under DOS)

A. True
B. False


Correct Answer: B. False

Comments

No comments yet. Why don’t you start the discussion?

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    19 − twelve =