Is java easier than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain "const" reference arguments in function?
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 problem with overriding functions?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
What is a container class?
what is pulse code modulation?
Explain virtual class and friend class.
Define linked lists with the help of an example.
Are iterators pointers?
differance between copy & clon
What is an Iterator class?
Are there any new intrinsic (built-in) data types?