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...


How to implement call back functions ?

Answers were Sorted based on User's Feedback



How to implement call back functions ?..

Answer / singamsa

thru function pointer approach

Is This Answer Correct ?    7 Yes 0 No

How to implement call back functions ?..

Answer / priya

In computer programming, a callback is executable code that is passed as an argument to other code
Function Pointers provide the concept of callback functions.

Is This Answer Correct ?    1 Yes 0 No

How to implement call back functions ?..

Answer / ravikumar

pointer provide the call back function by using arguments

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


What is the difference between union and anonymous union?

0 Answers   Hexaware,


What is assert and when would I use it?

0 Answers  


Explain spaghetti programming?

0 Answers  


Do you know the difference between malloc() and calloc() function?

0 Answers  


how the size of an integer is decided? - is it based on processor or compiler or OS?

19 Answers   HCL, JPR, Microsoft, nvidia,


How do you do dynamic memory allocation in C applications?

0 Answers  


What is use of integral promotions in c?

0 Answers  


What the different types of arrays in c?

0 Answers  


What is array in c with example?

0 Answers  


Categories