This Question has been asked from panipat
You can also answer following questions
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
This Question has been asked from delhi
You can also answer following questions
This Question has been asked from delhi
You can also answer following questions
what are all the reserved words in c++
all the keywords used in c++ is called reserved words
Santhosh
auto const double float int short struct unsigned
break continue else for long signed switch void
case default enum goto register sizeof typedef volatile
char do extern if return static union while. These are the reserved words in c++.
auto,enum,typedef,bitand,explicit,private,typeid,bitor,extern,protected,typename,bool,false,public,union,break,float,register,unsigned,reinterpret-cast,friend,return, virtual,char,goto,void,class,if,signed,volatile,compl,inline,sizeof,const,int,static,while
const-cast long static_cast,xor,continue,mutable,struct,xor_eq,default,namespace,switch
delete
and, double, break, float, register, else, or, char, goto, while, union
“The array keyword lets you create a dynamic array that is allocated on the common language runtime heap.”
Anbu
auto,default,enum,goto, register
const,sizeof,typedef,volatile,extern
double,do, if,return,float,int,short
struct,unsigned,break,continue,else
for,long,signed,switch,void,case,
char, static,union,while,asm,dynamic_cast,
namespace,reinterpret_cast,try,bool,explicit,new,static_cast,typeid
catch,false,operator,template,typename,class,friend,private,this,using
const_cast,inline,public,throw,virtual,delete,mutable,protected,true,wchar_t
and,bitand,compl,not_eq,or_eq,xor_eq,and_eq,bitor,not,or,xor
that’s all
and, double, break, float, register, else, or, char are some of the reserved words in c++.