write a program to find 2^n+1 ?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
What is multiple inheritance? Give Example
why the argument is passed by reference to a copy constructor?example?
Difference between vector and array
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
What is the use of oops?
what is difference between thread and programme.
What is a macro? And how is a macro same as a template?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
In which cases you use override and new base?
Describe what an Interface is and how it?s different from a Class.
What are the access specifiers avaible in c++?