C++ KEYWORDS Lecture 1.7
Prepared by: Mian Saeed Akbar
REF:
C++ KEYWORDS
keywords
Specific role/use in a language
Reserve words
Cannot be used as identifiers
C++ keywords
Can’t be used as identifiers
Identifier
Variable/function name
C++ Keywords
Keywords common to the C and C++ programming languages
auto break case char const
continue default do double else
enum extern float for goto
if int long register return
short signed sizeof static struct
switch typedef union unsigned void
volatile while
C++ only keywords
asm bool catch class const_cast
delete dynamic_cast explicit false friend
inline mutable namespace new operator
private protected public reinterpret_cast
static_cast template this throw true
try typeid typename using virtual
wchar_t
Thank you
Please subscribe my channel for more videos
and courses

Lecture 1.7 C++ Keywords.pdf

  • 1.
    C++ KEYWORDS Lecture1.7 Prepared by: Mian Saeed Akbar REF:
  • 2.
    C++ KEYWORDS keywords Specific role/usein a language Reserve words Cannot be used as identifiers C++ keywords Can’t be used as identifiers Identifier Variable/function name C++ Keywords Keywords common to the C and C++ programming languages auto break case char const continue default do double else enum extern float for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while C++ only keywords asm bool catch class const_cast delete dynamic_cast explicit false friend inline mutable namespace new operator private protected public reinterpret_cast static_cast template this throw true try typeid typename using virtual wchar_t
  • 3.
    Thank you Please subscribemy channel for more videos and courses