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 does 3 mean in texting?
I need previous papers of CSC.......plz help out by posting them.......
What does %c do in c?
How can I make it pause before closing the program output window?
What is formal argument?
Tell me with an example the self-referential structure?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is extern storage class in c?
Explain how can I right-justify a string?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Differentiate call by value and call by reference?
Can you write a programmer for FACTORIAL using recursion?
Is javascript written in c?
How can I find out if there are characters available for reading?
What is %d called in c?