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

Explanation: On a 32-bit system, int typically takes 4 bytes.

Explanation by: Mr. Dubey
On a 32-bit system, int typically takes 4 bytes.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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