Tuesday, August 11, 2009

C++ reserved words

Like in any language (spoken or artificial) some words in C++ have a fixed meaning. In programming languages these words are called reserved words.

A reserved word is a special word in a programming language that cannot be used as a name. A programmer can't usually change the meaning of these words without losing the original meaning of the word.

Example
int, void, main, float, double these are reserved words.


Previous post

Next post




No comments:

Post a Comment