Home » C++ Programming » Data Types » Question
  1. What is the size of wchar_t in C++?
    1. 4
    2. Based on the number of bits in the system
    3. 2
    4. 2 or 4
    5. None of these
Correct Option: B

Compiler wants to make CPU as more efficient in accessing the next value.



Your comments will be displayed only after manual approval.