what is the advantage of function pointer

Answer Posted / prakash

Function pointers are very useful to send the function as a
parameter to the another function.so,execution time will be
saved.code complexity will be redused

Is This Answer Correct ?    42 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data structure in c programming?

667


Can i use “int” data type to store the value 32768? Why?

864


What is c standard library?

783


Hi can anyone tell what is a start up code?

1725


What are the advantages and disadvantages of c language?

662






Under what circumstances does a name clash occur?

790


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1711


write a progrmm in c language take user interface generate table using for loop?

1665


What is malloc return c?

683


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

701


GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA

1547


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

1074


Why doesnt the call scanf work?

783


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

680


What is structure padding in c?

727