What are the basic data types used in C++ 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of British Columbia, Lives in Vancouver, Canada.
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...
2023-05-12 06:56:20
评论(499)
Helpful(122)
Helpful
Helpful(2)

Amelia Parker
QuesHub.com delivers expert answers and knowledge to you.
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...