Advertisements
Advertisements
प्रश्न
What are keywords?
Advertisements
उत्तर
Keywords are reserved words that convey specific meaning to the C++ compiler. They are the essential elements to construct C++ programs.
APPEARS IN
संबंधित प्रश्न
The following constant is of which type?
0XCAFE
Write the following real constant into the exponent form:
23.197
Write the following real constant into the exponent form:
7.214
Write the following real constant into the exponent form:
0.00005
Write the following real constant into the exponent form:
0.319
Describe the differences between keywords and identifiers?
Is C++ case sensitive? What is meant by the term “case sensitive”?
Determine which of the following are valid constant? And specify their type.
‘\t’
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?
