what is the advantage of function pointer

Answer Posted / yogesh

It is useful when you want to send function as argument to
another function.

Is This Answer Correct ?    139 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program to find all possible outcomes of a dice?

1945


Explain the difference between call by value and call by reference in c language?

753


What is spaghetti programming?

767


Was 2000 a leap year?

737


What are disadvantages of C language.

756






Write a program for finding factorial of a number.

733


What is the scope of static variable in c?

621


Is return a keyword in c?

708


What is c language & why it is used?

670


Who is the founder of c language?

780


Where local variables are stored in c?

641


What is structure of c program?

693


What is register variable in c language?

696


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

5083


Why n++ execute faster than n+1 ?

2080