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
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following is a valid string literal?
The following constant is of which type?
032
Write the following real constant into the exponent form:
7.214
Write the following real constant into the exponent form:
0.00005
Write about Binary operators used in C++.
Write a short note on the const keyword with an example.
Determine which of the following are valid constant? And specify their type.
‘Name’
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?
