What is meant by reserved words | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is meant by reserved words

1st Apr 2020, 6:17 AM
Pooja Kaloji
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.
1st Apr 2020, 6:29 AM
V Nikhita
V Nikhita - avatar
0
Var let = "error "
8th Apr 2020, 6:08 PM
Tzivia Kaplan
Tzivia Kaplan - avatar
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
14th Apr 2020, 6:08 AM
Ishan Shah
Ishan Shah - avatar