Vidyalelo
C++ Programming · Q77

Variables and Data Types in C++

Programming · C++ Programming · question 77

Q77

Suppose in a hypothetical machine, the size of char is 32 bits. What would sizeof(char) return?

A.
4
B.
1
Answer
C.
Implementation dependent
D.
Machine dependent

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board