0
wat r the datatype used in c++.??
5 Réponses
+ 2
There are many data types like int, float, char, double, long int etc. Int is used when you are dealing with integer values, char is used when you are dealing with characters, float is used when you are dealing with values in fraction. There are many more but these are basic
+ 1
what r the complicated variables
+ 1
int float double char brake string signint unsignint etc..
0
there are 2 types -built in data types and user defined data types.
built in data types are-int, float, char, etc.
0
int. boolean . float . char..