daily Routine of father
No Answer is Posted For this Question
Be the First to Post Answer
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 a unnitialised pointer?
Differentiate between the manipulator and setf( ) function?
What do you mean by public protected and private in c++?
advantages and disadvantages of using Borland C++ / version 5.
Is c++ an oop?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
tell me about yourself ?i want answer for frehers with various exasmples?
What happens if an exception is throws from an object's constructor and from object's destructor?
What are friend classes?
We use library functions in the program, in what form they are provided to the program?
What do you mean by function and operator overloading in c++?