πŸ“Š C++
Q. What is the size of the 'int' data type in C++?
  • (A) 2 bytes
  • (B) 4 bytes
  • (C) 8 bytes
  • (D) Depends on the compiler
πŸ’¬ Discuss
βœ… Correct Answer: (B) 4 bytes

Explanation: The size of an 'int' in C++ is typically 4 bytes, but it can vary depending on the compiler and system architecture.

Explanation by: Ram Sharma
The size of an 'int' in C++ is typically 4 bytes, but it can vary depending on the compiler and system architecture.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
93
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
94%
Success Rate