Friday 12 August 2011

c++ keywords

Keyword: or Reserved Word:

At the time of designing the programming language some words are reserved to do specific task. These reserved words can not be used for some other tasks.
C++ contains all the keywords which are presented in C language (32 keywords) and also contains some other keywords (30).
total it has 62 keywords.

int, float, char, double, long, short int,
class, struct,
private, public, protected,
Friend, virtual,volatile, static, this, const,
goto, break,
for, while, do,





No comments:

Post a Comment