Keywords | Reversed word | Unique words

Keywords / Reverse words are those which are used for a specific purpose and can't be used as identifier. These purpose is defined by programmer of compiler. There are some words of very programming language which are already used for a purpose.

Example: float, int and void etc.

These are the list of key words in the c++ language.



lignas (since C++11)
alignof (since C++11)
and
and_eq
asm
auto(1)
bitand
bitor
bool
break
case
catch
char
char16_t (since C++11)
char32_t (since C++11)
class
compl
const
constexpr (since C++11)
const_cast
continue
decltype (since C++11)
default(1)
delete(1)
do
double
dynamic_cast
else
enum




Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System