Advertisements
Advertisements
प्रश्न
Which of the following operator is an extraction operator in C++?
विकल्प
>>
<<
<>
^^
Advertisements
उत्तर
>>
APPEARS IN
संबंधित प्रश्न
Which of the following statements is not true?
The following constant is of which type?
032
Write the following real constant into the exponent form:
0.319
Write about Binary operators used in C++.
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.
‘Name’
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
How relational operators and logical operators are related to one another?
