Advertisements
Advertisements
Question
What are keywords?
Advertisements
Solution
Keywords are reserved words that convey specific meaning to the C++ compiler. They are the essential elements to construct C++ programs.
APPEARS IN
RELATED QUESTIONS
Which of the following statements is not true?
Which of the following is called compile-time operators?
The following constant is of which type?
032
The following constant is of which type?
0XCAFE
Describe the differences between keywords and identifiers?
Is C++ case sensitive? What is meant by the term “case sensitive”?
What is the difference between 56L and 56?
Determine which of the following are valid constant? And specify their type.
0.5
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?
