[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CKeyword
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CKeyword
(C) keyword
Keywords are the words that 'do' something. These words therefore cannot be used as ?variable names.int if = 3; /* ERROR! */
List of C keywords
A (1) after the keyword denotes that it is not a C keyword [1].- asm (1)
- auto
- bool (1)
- break
- case
- catch (1)
- char
- class (1)
- const //???
- const_cast (1)
- continue
- default
- delete (1)
- do
- double
- dynamic_cast (1)
- else
- enum
- explicit (1)
- export (1)
- extern
- false(1)
- float
- for
- friend (1)
- goto
- if
- inline (1)
- int
- long
- mutable (1)
- namespace (1)
- new (1)
- operator (1)
- private (1)
- protected (1)
- public (1)
- ?register
- reinterpret_cast (1)
- return
- ?short
- ?signed
- ?sizeof
- ?static
- static_cast (1)
- ?struct
- switch
- template (1)
- this (1)
- throw (1)
- true (1)
- try (1)
- ?typedef
- typeid (1)
- typename (1)
- ?union
- ?unsigned
- using (1)
- virtual (1)
- void
- ?volatile
- wchar_t (1)
- ?while
'Keyword' links
References
- 1) Bjarne Stroustrup. The C++ Programming Language (3rd edition).ISBN: 0-201-88954-4, chapter B.2.2 'C code that is not C++'.
- 2) Herbert Schildt. C++: The Complete Reference, Fourth Edition. 2003. ISBN: 0-07-222680-3. Appendix A
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
