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

How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?

0 Answers  


What is a namespace in c++?

0 Answers  


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


How one would use switch in a program?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  






How can an improvement in the quality of software be done by try/catch/throw?

0 Answers  


Why we use #include conio h in c++?

0 Answers  


Why did you leave your last job?

2 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


What is a map in c++?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


How do you declare A pointer to function which receives an int pointer and returns a float pointer

0 Answers  


Categories