What is the return value of the insertion operator?
No Answer is Posted For this Question
Be the First to Post Answer
How much is c++ certification?
What is the difference between passing by reference and passing a reference?
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
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is the operator in c++?
What do you mean by inheritance in c++?
Why we use #include iostream in c++?
Difference between linked list and array?
What is vector string in c++?
Can we declare destructor as static? Explain?
What is the object serialization?
What is a volatile variable in c++?