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

Explanation: On a 32-bit compiler, the size of 'int' is typically 4 bytes.

Explanation by: Mr. Dubey
On a 32-bit compiler, the size of 'int' is typically 4 bytes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
36
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate