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
What is data structure in c programming?
Can i use “int” data type to store the value 32768? Why?
What is c standard library?
Hi can anyone tell what is a start up code?
What are the advantages and disadvantages of c language?
Under what circumstances does a name clash occur?
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.
write a progrmm in c language take user interface generate table using for loop?
What is malloc return c?
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
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
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Why doesnt the call scanf work?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is structure padding in c?