Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
Declarations and Initializations
Which of the following correctly represents a long double constant?
6.68
6.68L
6.68f
6.68LF
Show Answer
Correct Answer:
6.68L
Explanation:
6.68
is
double
.
6.68L
is
long double
constant.
6.68f
is
float
constant.
6.68LF
is not allowed in c.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment