Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Declarations and Initializations
A long double can be used if range of a double is not enough to accommodate a real number.
True
Show Answer
Correct Answer:
True
Explanation:
True, we can use
long double
; if
double
range is not enough.
double
= 8 bytes.
long double
= 10 bytes.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment