what is the advantage of function pointer
Answer Posted / vels
Function pointers are used to call functions at runt time
instead of compile time .
| Is This Answer Correct ? | 55 Yes | 7 No |
Post New Answer View All Answers
Tell me what is the purpose of 'register' keyword in c language?
Explain the use of keyword 'register' with respect to variables.
What is the best organizational structure?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Tell me can the size of an array be declared at runtime?
Why clrscr is used in c?
Explain the difference between structs and unions in c?
Can a local variable be volatile in c?
Why do some versions of toupper act strangely if given an upper-case letter?
How can I handle floating-point exceptions gracefully?
What is the condition that is applied with ?: Operator?
c program to compute AREA under integral
Why is c known as a mother language?
What is meant by realloc()?
What is the sizeof () a pointer?