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 function pointer and where we will use it

Answer Posted / raghanna

A function pointer is a variable that stores the address of a function that can later be called through that function pointer. This is useful because functions encapsulate behavior. For instance, every time you need a particular behavior such as drawing a line, instead of writing out a bunch of code, all you need to do is call the function.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers integers in c?

1120


Why is c called c not d or e?

1140


What is the condition that is applied with ?: Operator?

1179


What are the different file extensions involved when programming in C?

1340


List the difference between a While & Do While loops?

1148


What does 2n 4c mean?

1308


What are Macros? What are its advantages and disadvantages?

1216


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1538


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

16111


What are the different types of control structures?

1082


What does typeof return in c?

1158


Explain a file operation in C with an example.

1172


Explain what is the general form of a c program?

1138


What is the use of ?: Operator?

1184


How can I do peek and poke in c?

1135