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 dependent
I got this question in unit test.
My query is from Character Types topic in chapter Types, Pointers, Arrays & Structures in C++ of C++