InterviewSolution
Saved Bookmarks
| 1. |
Suppose in a hypothetical machine, the size of char is 32 bits. What would sizeof(char) return?(a) 4(b) 1(c) Implementation dependent(d) Machine dependentI got this question in unit test.My query is from Character Types topic in chapter Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» Correct option is (b) 1 |
|