Advertisements
Advertisements
प्रश्न
Which of the following operator is an extraction operator in C++?
विकल्प
>>
<<
<>
^^
MCQ
Advertisements
उत्तर
>>
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following is a valid string literal?
What are keywords?
The following constant is of which type?
39
The following constant is of which type?
032
The following constant is of which type?
0XCAFE
The following constant is of which type?
04.14
Write the following real constant into the exponent form:
0.00005
Describe the differences between keywords and identifiers?
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What is the difference between 56L and 56?
