Computer Science, asked by noob69663, 7 months ago

what is a keyboard or reserved words means ? give an example​

Answers

Answered by Bhawna2006
0

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

Answered by Anonymous
1

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.

Similar questions