Important Notice:

Reserved Words/Keywords

Reserved Words/Keywords

21 views 1 min read

Reserved Words/Keywords:
कीवर्ड एक प्रकार के शब्द होते हैं जो पहले से प्रोग्रामिंग भाषा/लाइब्रेरी में आरक्षित (Reserved) होते हैं। अर्थात कंपाइलर को इनका अर्थ पहले से पता होता है। इन कीवर्ड्स का उपयोग Variable, Function, Object आदि के नाम रखने में नहीं किया जा सकता।

 

 Reserved Words/Keywords: Keyword is a type of word which is already stored in the library, that is, the compiler already knows its meaning. Any Variable, Function, Object etc. Keyword cannot be used in creating. For example, in any program, you cannot create a variable with the name new, if because these are keywords. If is used in statement.

 

 

jskeyword.png

Related Notes