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 are the extraction and insertion operators in c++?
What is the basic of c++?
What are the advantages of c++?
Which algorithm do you like the most? Why?
What is the header file for setw?
Differentiate between an inspector and a mutator ?
Which is the best c++ software?
Explain unexpected() function?
What are manipulators used for?
Differentiate between late binding and early binding.
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is anonymous object in c++?