What are the differences between malloc() and calloc()?
How do you print a string on the printer?
What is extern c++?
What is a manipulative person?
How do c++ struct differs from the c++ class?
How do pointers work?
Copy Linked List using recursive function?
What is a map in c++?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
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 basic difference between C and C++?
What do you mean by function overriding & function overloading in c++?
What do you mean by abstraction in C++?