Why do we need runtime polymorphism in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain "passing by value", "passing by pointer" and "passing by reference" ?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is function prototyping? What are its advantages?
What are shallow and deep copies?
List the issue that the auto_ptr object handles?
What is implicit conversion/coercion in c++?
Explain terminate() and unexpected() function?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
plz send me National informatics center paper pattern
What is the output of the following program? Why?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num