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.
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
explicit
export
(1)extern
false
float
for
friend
goto
if
inline
int
long
mutable
namespace
new
noexcept
(since C++11)not
not_eq
nullptr
(since C++11)operator
or
or_eq
private
protected
public
register
reinterpret_cast
return
short
signed
sizeof
static
static_assert
(since C++11)static_cast
struct
switch
template
this
thread_local
(since C++11)throw
true
try
typedef
typeid
typename
union
unsigned
using
(1)virtual
void
volatile
wchar_t
while
xor
xor_eq
Comments
Post a Comment