0
What is data type
I'm new to C++
2 Respuestas
+ 2
determine the type and the operations that can be performed on data....
0
data types are keywords which specifies following things to compiler:
1. how much memory it should assign to a particular data.
2. what to aspects or put in that memory
by default we have int, char, float, double, bool, string data types in c++