In this article, you will be given the rundown of keywords which are in C++ language and furthermore an essential view about the contrast between "Catchphrases", "Saved words" and "Standard Identifiers".
Reserve word
In a programming language, a reserved word (otherwise called a saved identifier) is a word that can't be utilized as an identifier, for example, the name of a variable, capacity, or name – it is "saved from utilizing". This is a syntactic definition, and a saved word may have no importance.
A firmly related and frequently conflated thought is a catchphrase, which is a word with unique significance in a specific setting. This is a semantic definition. By differentiating, names in a standard library yet not incorporated with the dialect are not viewed as held words or catch phrases. The expressions "held the word" and "catchphrase" is frequently utilized conversely – one may state that a saved word is "saved for use as a watchword" – and formal utilize differs from dialect to dialect; for this article, we recognize as above.
When all is said in done held words and catchphrases require not concur, but rather in most present
day dialects watchwords are a subset of saved words, as this makes parsing simpler since watchwords can't be mistaken for identifiers.
A saved word is a piece of the C/C++ dialect. For example, "return" is a held word. It is not something you can ever reclassify, and can't be utilized as Identifiers, for example, (Class name, variable name, Function name and so forth).
0 comments:
Post a Comment