MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
Which of the following correctly represents a con..
1.
Which of the following correctly represents a constant?
A.
6.68
B.
6.68L
C.
6.68f
D.
6.68LF
Answer» C. 6.68f
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following correctly represents a constant?
Which of the structure is incorrcet?
Which of the structure is correct?
A can be used if range of a is not enough to accommodate a real number.
A is 4 bytes wide, whereas a is 8 bytes wide.
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 declaration in the function.
Size of and can be verified using the operator.
Range of is -1.7e-38 to 1.7e+38 (in 16 bit platform - Turbo C under DOS)
Size of and would vary from one platform to another.
Range of id -2.25e+308 to 2.25e+308
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply