What do you mean by function pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain working of printf?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is vectorial capacity?
Explain the use of virtual destructor?
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 will i and j equal after the code below is executed? Explain your answer.
What is the most common mistake on c++ and oo projects?
Should the member functions which are made public in the base class be hidden?
How do c++ struct differs from the c++ class?
Do you know about latest advancements in C++ ?
0 Answers Agilent, ZS Associates,
Explain the differences between list x; & list x();.
What are pointer-to-members? Explain.