Advertisements
Advertisements
Question
Can keywords be used as identifiers?
One Line Answer
Advertisements
Solution
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)
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following operator is an extraction operator in C++?
Which of the following statements is not true?
Which of the following is called compile-time operators?
The following constant is of which type?
0XCAFE
The following constant is of which type?
04.14
Write the following real constant into the exponent form:
23.197
Assume n = 10; what will be result of n++ and --n;?
Describe the differences between keywords and identifiers?
Write about Binary operators used in C++.
Determine which of the following are valid constant? And specify their type.
‘\t’
