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??
1 Answer
0
an identifier is just a name to represent something like a variable, for example:
int x = 5
'x' is an identifier