Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the advantage of function pointer

Answer Posted / sanjeeva rao

It is useful when you want to send function as argument to
another function. And to implement the call back functions in multi-threading programming.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a const pointer in c?

1126


write a c program to find the sum of five entered numbers using an array named number

2138


What is ## preprocessor operator in c?

1083


What are structure types in C?

1096


Explain the ternary tree?

1024


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3511


What is the difference between NULL and NUL?

1290


What is console in c language?

1096


What is wrong with this initialization?

1005


What is omp_num_threads?

1079


What extern c means?

999


What is queue in c?

1096


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1311


Why is %d used in c?

1005


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1968