what is a keyboard or reserved words means ? give an example
Answers
Answer:
Often found in programming languages and macros, reserved words are terms or phrases appropriated for special use that may not be utilized in the creation of variable names. For example, "print" is a reserved word because it is a function in many languages to show text on the screen
HOPE IT WILL HELP YOU
Keywords or reserved words are such words used in programming those are preserved with the system and carries special meaning for the system compiler. These words cannot be used as variable names while writing a computer program. Java language contains various reserved words. It is difficult to list all the reserved words but some of them are as shown below for your reference:-
static, class, public, void, break, import, switch, while, boolean etc.