1.

Size of C++ objects are expressed in terms of multiples of the size of a ____ and the size of a char is _______(a) char, 1(b) int, 1(c) float, 8(d) char, 4The question was posed to me in semester exam.I'd like to ask this question from Sizes in portion Types, Pointers, Arrays & Structures in C++ of C++

Answer»

Right OPTION is (a) char, 1

Best explanation: Each object in C++ is expressed in terms of char type and size of char type is ONE BYTE.



Discussion

No Comment Found

Related InterviewSolutions