What is polymorphism & list its types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Friend functions can access private and protected members of a class.
What are structures and unions?
What are destructors?
What is a literal in c++?
What is #include ctype h in c++?
Why #include is used?
What is the insertion operator and what does it do?
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.
Who invented turbo c++?
What is a forward referencing and when should it be used?
Is c++ a dying language?
Explain the register storage classes in c++.