Home »
MCQs »
C++ MCQs
Can we create a character variable that will occupy more than 1 byte in memory?
44. Can we create a character variable that will occupy more than 1 byte in memory?
- True
- False
Answer: A) True
Explanation:
Yes, in C++, using wchar_t we can declare a variable that will occupy more than 1 byte of memory space.