What are the extraction and insertion operators in c++? Explain with examples.


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

Post New Answer

More C++ General Interview Questions

What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


What do c++ programmers do?

0 Answers  


Do class declarations end with a semicolon? Do class method definitions?

0 Answers  


What is ios in c++?

0 Answers  


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is cin clear () in c++?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


What is flush c++?

0 Answers  


What is the use of main function in c++?

0 Answers  


What is a null object in c++?

0 Answers  


Which c++ compiler is best?

0 Answers  


What are the operators in c++?

0 Answers  


Categories