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

The best explanation: FLOATING POINT TYPES occur in only three sizes-float, long double and double.



Discussion

No Comment Found

Related InterviewSolutions