What are the types of DATA TYPE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the types of DATA TYPE?

19th Jul 2016, 5:05 PM
Majd
6 Answers
+ 1
int ,float,string,double,enum,double
19th Jul 2016, 5:30 PM
sankeerth
+ 1
There are so many types of data. You should google it .
19th Jul 2016, 7:18 PM
Shehryar Chaudhry
Shehryar Chaudhry - avatar
0
there are actually two types of data types. one is the Primitive and the second is Non-Primitive
21st Jul 2016, 3:36 AM
Raymund Buenaventura
Raymund Buenaventura - avatar
0
Dude just know that data type, is the type of what u are storing, as if u are storing a variable of value 3, this value is an integer so the data tyoe is --->int, same as of for Sting enum double float and alots.. u just put the same as this syntax Datatype identifier(variable Name) = value eg as we say: int MyInt = 3; NOTE: dnt forget the semi colon
21st Jul 2016, 5:16 PM
ali allam
ali allam - avatar
0
fu
5th Aug 2016, 12:45 PM
Tammie Younger
Tammie Younger - avatar
0
identified
5th Aug 2016, 12:45 PM
Tammie Younger
Tammie Younger - avatar