0

What are types and identifiers?

13th Aug 2016, 9:38 PM
Hasnain Noorani
Hasnain Noorani - avatar
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.
21st Aug 2016, 11:16 PM
Karla V
Karla V - avatar