Advertisements
Advertisements
प्रश्न
Can keywords be used as identifiers?
एक पंक्ति में उत्तर
Advertisements
उत्तर
Most of the keywords are common to C, C++, and Java. Keywords are reserved and cannot be used as identifiers.
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following statements is not true?
Which of the following is a valid string literal?
The following constant is of which type?
39
The following constant is of which type?
0XCAFE
The following constant is of which type?
04.14
Match the following.
| A | B |
| (a) Modulus | (1) Tokens |
| (b) Separators | (2) Remainder of a division |
| (c) Stream extraction | (3) Punctuators |
| (d) Lexical Units | (4) get from |
Describe the differences between keywords and identifiers?
Is C++ case sensitive? What is meant by the term “case sensitive”?
How relational operators and logical operators are related to one another?
