what is the advantage of function pointer
Answer Posted / yogesh
It is useful when you want to send function as argument to
another function.
| Is This Answer Correct ? | 139 Yes | 13 No |
Post New Answer View All Answers
Explain the use of #pragma exit?
How are variables declared in c?
What is the difference between array and linked list in c?
How do we open a binary file in Read/Write mode in C?
What is meant by initialization and how we initialize a variable?
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain what are multidimensional arrays?
string reverse using recursion
Explain why can’t constant values be used to define an array’s initial size?
How can you find the exact size of a data type in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Do pointers take up memory?
What is a constant and types of constants in c?
what are the 10 different models of writing an addition program in C language?
What does the c in ctime mean?