What is a down cast?
No Answer is Posted For this Question
Be the First to Post Answer
What are shallow and deep copies?
Explain how an exception handler is defined and invoked in a Program.
which is best institue to learn C/C++ IN AMEERPET OR MAITHRIVANAM OR SR NAGAR, PLEASE HELP. THANKS IN ADVANCE
What is abstraction c++?
What is an inclusion guard?
What does h mean in maths?
Name the debugging methods that are used to solve problems?
What is increment operator in c++?
What is the sequence of destruction of local objects?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is searching?
What is istream and ostream in c++?