+ 1

What is the difference between data types &identifiers?

5th Aug 2016, 3:59 PM
Chiggly
Chiggly - avatar
2 Respuestas
+ 3
The identifier is the variable's name: must start with a letter or an underscore(_) , and you can choose any name you want but it is better to choose a descriptive name And data type is the type of the data ( like int, str..)
7th Aug 2016, 7:40 PM
Raizel TheNoblesse
Raizel TheNoblesse - avatar
0
data type is which you want identifier type. if you want int type identifier you must declare the int of you want identifire or veriable name... same as type of veriabale....
10th Aug 2016, 5:34 PM
Buvindu Anjana Fernando
Buvindu Anjana Fernando - avatar