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.
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
The following constant is of which type?
04.14
Write the following real constant into the exponent form:
23.197
Write the following real constant into the exponent form:
7.214
Assume n = 10; what will be result of n++ and --n;?
Is C++ case sensitive? What is meant by the term “case sensitive”?
What is the difference between 56L and 56?
Determine which of the following are valid constant? And specify their type.
‘Name’
Determine which of the following are valid constant? And specify their type.
27,822
How relational operators and logical operators are related to one another?
