InterviewSolution
Saved Bookmarks
| 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 |
|