Advertisements
Advertisements
प्रश्न
Which of the following is a valid string literal?
विकल्प
‘A’
‘Welcome’
1232
“1232”
उत्तर
“1232”
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
What are keywords?
The following constant is of which type?
0XCAFE
Write the following real constant into the exponent form:
0.319
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.
0.5
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’
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?