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 / ajay

TO implement call back functions.......

Is This Answer Correct ?    34 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the basic data types associated with c?

1315


Tell me what is the purpose of 'register' keyword in c language?

1031


When should the volatile modifier be used?

1230


Differentiate between the = symbol and == symbol?

1358


What is static identifier?

1278


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1131


What are dangling pointers? How are dangling pointers different from memory leaks?

1384


What does static variable mean in c?

1139


Is c compiled or interpreted?

1241


what will be the output for the following main() { printf("hi" "hello"); }

11152


Linked lists -- can you tell me how to check whether a linked list is circular?

1131


Write a program to swap two numbers without using a temporary variable?

1178


What are the 4 types of functions?

1108


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2549


What is the use of parallelize in spark?

1064