Advertisements
Advertisements
प्रश्न
Which of the following is called compile-time operators?
विकल्प
sizeof
pointer
virtual
this
MCQ
उत्तर
sizeof
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
What are keywords?
Can keywords be used as identifiers?
The following constant is of which type?
0XCAFE
Write the following real constant into the exponent form:
0.319
Write about Binary operators used in C++.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
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?