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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) 4 bytes Explanation: On a 32-bit system, int typically takes 4 bytes.