Define pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Does improper inheritance have a potential to wreck a project?
Copy Linked List using recursive function?
What is c++ array?
What is the output of the following program? Why?
What is the Difference between "printf" and "sprintf"?
7 Answers iSoft, PentaWare, TCS,
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is a linked list in c++?
When should overload new operator on a global basis or a class basis?
Which bit wise operator is suitable for putting on a particular bit in a number?
What is token c++?
Explain the use of vtable.
What is the best c++ book?