What is the extraction operator and what does it do?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is const in c++?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC, TCS,


What is the use of structure in c++?

0 Answers  


What do you know about friend class and friend function?

1 Answers  






What is a container class? What are the types of container classes in c++?

0 Answers  


What does n mean in c++?

0 Answers  


If a function doesn’t return a value, how do you declare the function?

0 Answers  


What is a manipulator in c++?

0 Answers  


Write any small program that will compile in "C" but not in "C++"

10 Answers   Honeywell,


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


Can we define function inside main in c++?

0 Answers  


Categories