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 are the restrictions of a modulus operator?
How reliable are floating-point comparisons?
What is the difference between printf and scanf in c?
How to write a multi-statement macro?
Why is c called c?
What is the difference between the = symbol and == symbol?
Why do we write return 0 in c?
what do the 'c' and 'v' in argc and argv stand for?
What is #include cctype?
What are header files and what are its uses in C programming?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Write a program to find the biggest number of three numbers in c?
What is graph in c?
Simplify the program segment if X = B then C ← true else C ← false
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?