what are the iterator and generic algorithms.
No Answer is Posted For this Question
Be the First to Post Answer
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Why do we need runtime polymorphism in c++?
Refer to a name of class or function that is defined within a namespace?
Explain the concept of friend function in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What is decltype c++?
What is malloc in c++?
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 Virtual Functions? How to implement virtual functions in "C" ?
Who invented turbo c++?
structure contains int, char, float how it behaves for big endian and little endian?
Describe the advantages of operator overloading?