139k views
1 vote
True or Flase

"Keywords" are reserved names (such as if or while) that cannot be used by programmers as the name of variables, constants or functions.

1 Answer

2 votes

Answer:

The correct answer for the given question is true

Step-by-step explanation:

keyword are those which meaning is predefined in the compiler They are reserved names that cannot be used by programmer to declared any variable constants or functions each keyword has its own meaning.

Some of example of keyword are:

if,while,else ,long,float etc

User Karlson
by
7.1k points