What is constructor and destructor in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain abstraction.
Adobe Interview & Adobe Placement Paper
What is an html tag?
What is private inheritance?
What is the exit function in c++?
What is the best c c++ compiler for windows?
What programming language should I learn first?
What are access specifiers in C++?
What does flush do c++?
What is the use of default constructor?
What is a 'pure' virtual function and what's its use?
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