Is overriding possible in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what is scupper?
Write about the members that a derived class can add?
Define what is constructor?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What is a pointer how and when is it used?
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 == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
What is scope in c++ with example?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How a pointer differs from a reference?
What is a conversion constructor?
Enter n no. of element and delete value from desire position
What is binary object model?