What is stream and its types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the parameter to a template and the parameter to a function?
What is the use of string in c++?
Explain the use of vtable.
What c++ is used for?
Why do we use the using declaration?
Is c++ the best programming language?
Adobe Interview & Adobe Placement Paper
What is main function in c++ with example?
What is c++ manipulator?
What is the difference between shallow copy and deep copy?
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 size of empty class object