What are function poinetrs? where are they used?

Answer Posted / sachinmundhra

CALLBACK Function.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

603


what do you mean by volatile variable?

579


Can we distribute function templates and class templates in object libraries?

583


What you know about structures in C++?

590


What is abstraction c++?

585






How would you use the functions memcpy(), memset(), memmove()?

622


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

629


How do you invoke a base member function from a derived class in which you have not overridden that function?

580


What is increment operator in c++?

554


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

827


What are register variables?

641


Describe the advantage of an external iterator.

611


What is the outcome of cout< a) 16 b) 17 c) 16.5

622


Should the this pointer can be used in the constructor?

549


What is a block in c++?

546