Q. What is the size of a 'bool' data type in C++?
β
Correct Answer: (A)
1 byte
Explanation: The 'bool' data type typically occupies 1 byte in memory in most C++ implementations.