Q. What is the size of the 'int' data type in C++?
β
Correct Answer: (B)
4 bytes
Explanation: The size of an 'int' in C++ is typically 4 bytes, but it can vary depending on the compiler and system architecture.