0
What are types and identifiers?
1 Antwort
0
Example of types: int, double, long, float, char, string, etc. We need to declare the "type" in order to allocate right amount of memory. Identifiers are simply the name of the variable. For example it can be: Age, myAge, num, etc.