Show the declaration for a static function pointer.
Why is c++ still used?
Explain the difference between c & c++?
Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1
Distinguish between new and malloc and delete and free().
What are the benefits of c++?
what is the emaning of '#include" "'?
What is lvalue?
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
How did c++ start?
What is singleton class in c++?
What is double in c++?
Is c++ a pure oop language?