Advertisements
Advertisements
Question
What are keywords?
One Line Answer
Advertisements
Solution
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)
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following is a valid string literal?
Which of the following is called compile-time operators?
The following constant is of which type?
39
The following constant is of which type?
032
Write the following real constant into the exponent form:
23.197
Write the following real constant into the exponent form:
7.214
Differentiate “=” and “==”.
Write about Binary operators used in C++.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
