InterviewSolution
Saved Bookmarks
| 1. |
Which is used to indicate single precision value?(a) F or f(b) L or l(c) Either F or for L or l(d) Neither F or for L or lThe question was posed to me in an interview.Enquiry is from Floating Point Types topic in section Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Correct ANSWER is (a) F or f |
|