Why do we use structure in c++?
What is the full form of ios?
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 are c++ files?
sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
What is setfill c++?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What does h mean in maths?
What sorting algorithm does c++ use?
How do you allocate and deallocate memory in C++?
Write a program in C++ for Fibonacci series
0 Answers Axtria, ITC Indian Tobacco Company,
Where must the declaration of a friend function appear?
Can malloc be used in c++?