What is a multimap c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why the usage of pointers in C++ is not recommended ?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
What is the topic of the C++ FAQ list?
Why c++ is faster than java?
What are the storage qualifiers?
Tell me can a pure virtual function have an implementation?
Write a program to find the Factorial of a number
What is exception handling in C++?
Explain the need for "Virtual Destructor"?
Why c++ is not a pure oop language?
what is oops
what is a reference variable in C++?