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
For what purpose null pointer used?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the meaning of 2d in c?
What is typedef example?
What is 02d in c?
What is && in c programming?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain bitwise shift operators?
How can I remove the trailing spaces from a string?
What does node * mean?
Why do we use header files in c?
Differentiate between new and malloc(), delete and free() ?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is c language still used?