What is a null object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is private public protected in c++?
Write bites in Turbo c++ Header ("Include") Files.
Explain selection sorting. Also write an example.
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Why do we use classes in programming?
Do the parentheses after the type name make a difference with new?
How to declare an array of pointers to integer?
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 advantages of using friend classes?
Write about the various sections of the executable image?
What is ios :: in in c++?
Explain all the C++ concepts using examples.