What is do..while loops structure?
No Answer is Posted For this Question
Be the First to Post Answer
What return value must conversion operators have in their declaration?
What are the types of pointer?
What is vectorial capacity?
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 will happen if when say delete this ?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
What is the syntax for a for loop?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What is anonymous object in c++?
How to reduce a final size of executable?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
What's the most powerful programming language?