What is the size of a long double in C++?

41. What is the size of a long double in C++?

  1. 8 bytes
  2. 10 bytes
  3. 12 bytes
  4. 16 bytes

Answer: B) 10 bytes

Explanation:

The size of a long double in C++ is 10 bytes.

Comments and Discussions!

Load comments ↻






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