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
What are valid signatures for the Main function?
What is array of structure in c?
How can I sort more data than will fit in memory?
What is the difference between procedural and functional programming?
What are categories used for in c?
What is the explanation for modular programming?
How can I open a file so that other programs can update it at the same time?
What is the most efficient way to count the number of bits which are set in an integer?
Tell us the use of fflush() function in c language?
Disadvantages of C language.
Is a house a shell structure?
How can you find the day of the week given the date?
What are qualifiers?
Write a code to remove duplicates in a string.
What is data structure in c language?