Computer Science, asked by padmalm3636, 1 year ago

Which of the following statement is correct? I. Keywords are those words whose meaning is already defined by Compiler. II. Keywords cannot be used as variable name. III. There are 32 keywords in C IV. C keywords are also called as reserved words. a) I and II b) II and III c) I, II and IV d) All of the above

Answers

Answered by JungHana
17

Answer:

option a is the correct answer

Answered by smartbrainz
13

The correct answer to this question is option d) All the above.

Explanation:

The C programming language has thirty-two keywords. These keywords are also technically termed as reserved words. Every keyword in C programming language has itself now predefined implications or meanings.

It cannot be used for any variable name, thereby it’s better to avoid using those keywords as a variable name. Thus, the keywords are typically words whose meaning is well-defined by the compiler.

Similar questions