Computer Science, asked by Opverma143120, 10 months ago

Every value has a set of reserved words that convay a special meaning of the compiler. what is it called ​

Answers

Answered by ankitsunny
8

Explanation:

In a computer language, a reserved word (also known as a reserved identifier) is a word that cannot be used as an identifier, such as the name of a variable, function, or label – it is "reserved from use". This is a syntactic definition, and a reserved word may have no meaning.

A closely related and often conflated notion is a keyword, which is a word with special meaning in a particular context. This is a semantic definition.

Similar questions