InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not one of the sizes of the floating point types?(a) short float(b) float(c) long double(d) doubleThis question was addressed to me by my school teacher while I was bunking the class.Enquiry is from Floating Point Types in portion Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Right choice is (a) SHORT float |
|