Declarations and Initializations - Programming

Q1:

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

A True

B False

ANS:A - True

True, we can use long double; if double range is not enough. double = 8 bytes.
long double = 10 bytes.