0
What is meant by reserved words
3 Answers
+ 4
Reserved words are those words which are used by the syntax of any programming language. These cannot be used as variable names. In java, words like int, char, string, class, boolean, static etc are the reserved words.
0
Var let = "error "
0
hello pooja ,
reserved words it's means some keyword are use for another purpose.
we can not use some type of word in over programming
like var for,if,not ,in, etc.32 reserved words are there
if you declare any reserved keyword in programing.it will display error.
i hope this'll help to you