Is c++ high level programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What are activex and ole?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
why c++ is not called strictly d super set of c?
Write a program to show polymorphism 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 )?
What is code reusability in c++?
What do you mean by public protected and private in c++?
Is c++ used anymore?
Refer to a name of class or function that is defined within a namespace?
How does class accomplish data hiding in c++?
3- Write a program to find larger and smaller of the two numbers.
What are formatting flags in ios class?