C++ is one of the most versatile languages in the world. It is used nearly everywhere for everything… systems programming (operating systems, device drivers, database engines, embedded, Internet of Things, etc.)

Enter Header Image Headline Here

Friday 14 April 2017

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

Popular Posts

Recent Posts

Categories

Unordered List

Text Widget