0

What is data type

I'm new to C++

6th Dec 2016, 6:31 AM
Abhishek
Abhishek - avatar
2 Respuestas
+ 2
determine the type and the operations that can be performed on data....
6th Dec 2016, 6:39 AM
Dhiraj singh✔️
Dhiraj singh✔️ - avatar
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++
6th Dec 2016, 8:52 AM
Abhishek Kumar
Abhishek Kumar - avatar