Question: C++'s data types enable the compiler to determine how to store a particular value in memory and what operations can be performed on that value. Four of the C++ data types are int, double, char, and bool. The data type of each variable must be declared.