+ 3
What are the types of DATA TYPE?
6 Antworten
+ 1
int
,float,string,double,enum,double
+ 1
There are so many types of data.
You should google it .
0
there are actually two types of data types. one is the Primitive and the second is Non-Primitive
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
0
fu
0
identified