Advertisements
Advertisements
प्रश्न
Which of the following is a valid string literal?
विकल्प
‘A’
‘Welcome’
1232
“1232”
Advertisements
उत्तर
“1232”
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
What are keywords?
Write the following real constant into the exponent form:
0.00005
Assume n = 10; what will be result of n++ and --n;?
Is C++ case sensitive? What is meant by the term “case sensitive”?
Write a short note on the const keyword with an example.
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’
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
