October 2013
Beginner
704 pages
17h 46m
English
The identifiers listed in Table B.1 are reserved keywords for C. You shouldn’t use them for any other purpose in a C program. They are allowed, of course, within double quotation marks.
Also included is a list of words that aren’t reserved in C but are C++ reserved words. These C++ reserved words aren’t described here, but if there’s a chance your C programs might eventually be ported to C++, you need to avoid these words as well.

TABLE B.1 Reserved C Keywords
In addition to the preceding keywords, the following ...
Read now
Unlock full access