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?

  1. True
  2. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.