What is private inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
Why use of template is better than a base class?
what are the iterator and generic algorithms.
What is :: operator in c++?
Who calls main function?
which of the following is not an secondary constant a) array b) real c) union
What does flush do?
What are the advantages of c++ over c?
Explain what are accessor methods?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What are stacks?
What are protected members in c++?
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 )?