Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Declarations and Initializations
A float is 4 bytes wide, whereas a double is 8 bytes wide.
True
Correct Answer:
True
Explanation:
True,
float
= 4 bytes.
double
= 8 bytes.
← Previous Question
Next Question→
More Questions from
Declarations and Initializations
Size of short integer and long integer can be verified using the sizeof() operator.
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments