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.
shaalaa.com
Lexical Units (Tokens)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following statements is not true?
Which of the following is a valid string literal?
The following constant is of which type?
0XCAFE
Write the following real constant into the exponent form:
0.00005
Differentiate “=” and “==”.
Write a short note on the const keyword with an example.
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?