Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
An identifier is the name given to a variable.
In the example below, a variable is defined with the int data type and the identifier 'x':
int main() |
Be consistent about identifier names; use either uppercase or underscore but not both to delimit words in identifiers [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.