What are data types? What are all predefined data types in C++?
Answers
Answered by
5
Data Types are declaration of values hold by variables and constant. It also held to decide the process takes place on variables and constant.
Predefined datatypes are--
* int
* char
* boolean
* float
I Høpé ît wìll hélp uhh....
Predefined datatypes are--
* int
* char
* boolean
* float
I Høpé ît wìll hélp uhh....
Answered by
0
Answer:
Some are used to store numbers, some are used to store text and some are used formuch more complicated types of data .
...
The data types to know are:
String (or str or text). ...
Character (or char). ...
Integer (or int). ...
Float (or Real). ...
Boolean (or bool).
Similar questions