What is the return value of the insertion operator?


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

Post New Answer

More C++ General Interview Questions

How much is c++ certification?

0 Answers  


What is the difference between passing by reference and passing a reference?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


What is the operator in c++?

0 Answers  






What do you mean by inheritance in c++?

0 Answers  


Why we use #include iostream in c++?

0 Answers  


Difference between linked list and array?

3 Answers  


What is vector string in c++?

0 Answers  


Can we declare destructor as static? Explain?

3 Answers  


What is the object serialization?

0 Answers  


What is a volatile variable in c++?

0 Answers  


Categories