What does data type mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What does data type mean?

I want to understand about data type.

25th Apr 2018, 1:18 PM
Dim Bunhuch
Dim Bunhuch - avatar
3 Answers
+ 4
int a=5 datatype is integer or number string c="hello" datatype is string The word seems self explanatory,the type-of-the-data
25th Apr 2018, 1:21 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 3
it talks about the type of data ,explains about the type of value hold by the variable.
30th Apr 2018, 7:22 AM
Jyothirani
Jyothirani - avatar
+ 1
data type tells about which type of data it is..nd it is main for c nd cpp prgms..data type meant by int,float,char,double etc nd also data type means it is a pre defined data type..which explain before
27th Apr 2018, 1:24 PM
manasa yanaki
manasa yanaki - avatar