The data type defines the proper use of an identifier, what kind of data can be stored, and which types of operations can be per | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The data type defines the proper use of an identifier, what kind of data can be stored, and which types of operations can be per

what is the term identifier in the above statement??

13th Sep 2018, 12:35 PM
Shreyas Chimote
Shreyas Chimote - avatar
1 Answer
0
an identifier is just a name to represent something like a variable, for example: int x = 5 'x' is an identifier
16th Sep 2018, 9:53 PM
Blake Quake
Blake Quake - avatar