What is a loop? What are different types of loops in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most common mistake on c++ and oo projects?
How Virtual functions call up is maintained?
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
What is the difference between structure and class?
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 )?
Write a corrected statement in c++ so that the statement will work properly. x + y=z;
What are exceptions c++?
Why is c++ still best?
Explain explicit container.
What is a class template?
Why is c++ still popular?
What do you mean by persistent and non persistent objects?