C++ keywords
C++ keywords
There are 60 keywords currently defined for C++. Together with the formel C++ syntax, they from the C++ programming language. Keep in mind to avoid giving these keywords as names of variables.
In C++, keywords are reserved identifiers which cannot be used as names for the variables in a program.
C++ Keyword List :
Keywords cannot be use for the-
1. Declaring Variable Name
2. Declaring Class Name
3. Declaring Function Name
4. Declaring Object Name
0 comments:
Post a Comment