Q. What is the size of 'int' in a 32-bit C compiler?
β
Correct Answer: (B)
4 bytes
Explanation: On a 32-bit compiler, the size of 'int' is typically 4 bytes.