-
What are the basic data types used in C++ 2024?
Questioner:Isabella Hall 2023-05-05 06:56:20
The most authoritative answer in 2024
-

-
Lucas Wilson——Works at the International Development Association, Lives in Washington, D.C., USA.
The basic data types in C++ consists of:Character denoted by char is the data type that holds an integral value corresponding to the representation of an element of the ASCII character set.Integer denoted by int is the data type that holds an integer value or a whole number.Real denoted by:More items...
read more >>
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.