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