Advertisements
Advertisements
प्रश्न
Which of the following is a valid string literal?
पर्याय
‘A’
‘Welcome’
1232
“1232”
MCQ
Advertisements
उत्तर
“1232”
shaalaa.com
Lexical Units (Tokens)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following statements is not true?
Can keywords be used as identifiers?
The following constant is of which type?
39
The following constant is of which type?
032
Differentiate “=” and “==”.
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’;
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.
27,822
