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
C program to find all possible outcomes of a dice?
Explain the difference between call by value and call by reference in c language?
What is spaghetti programming?
Was 2000 a leap year?
What are disadvantages of C language.
Write a program for finding factorial of a number.
What is the scope of static variable in c?
Is return a keyword in c?
What is c language & why it is used?
Who is the founder of c language?
Where local variables are stored in c?
What is structure of c program?
What is register variable in c language?
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.
Why n++ execute faster than n+1 ?