C++ Identifiers
C++ Identifiers
Identifiers are the name that identifies or refer's the name of the variable, function, arrays, user-defined data-type. Identifiers are the important elements in a Program.
- Constants
- Variable
- Functions
- Labels
- Data-Types
rules are similar as declaring a variable.
Comments
Post a Comment