Is multimap sorted c++?
No Answer is Posted For this Question
Be the First to Post Answer
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Can I learn c++ without learning c?
Why do you use the namespace feature?
Is there a c++ certification?
What is #include sstream?
what are Access specifiers in C++ class? What are the types?
What is a protocol class?
Can we get the value of ios format flags?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
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 purpose of template?
In a function declaration what does extern means?