Advertisements
Advertisements
Question
Which of the following is called compile-time operators?
Options
sizeof
pointer
virtual
this
MCQ
Advertisements
Solution
sizeof
shaalaa.com
Lexical Units (Tokens)
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which of the following statements is not true?
Can keywords be used as identifiers?
Write the following real constant into the exponent form:
23.197
Write the following real constant into the exponent form:
0.319
Describe the differences between keywords and identifiers?
Write a short note on the const keyword with an example.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What is the difference between 56L and 56?
Determine which of the following are valid constant? And specify their type.
‘Name’
Determine which of the following are valid constant? And specify their type.
‘\t’
