Advertisements
Advertisements
प्रश्न
What are keywords?
उत्तर
Keywords are reserved words that convey specific meaning to the C++ compiler. They are the essential elements to construct C++ programs.
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
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.319
Differentiate “=” and “==”.
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.
‘\t’
Determine which of the following are valid constant? And specify their type.
27,822
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
How relational operators and logical operators are related to one another?