what is the advantage of function pointer
Answer Posted / nupur
It is used to return more than one value to at a time to
the main program thus overcome the limitation of returnalso
it is used to change the value of the actual argument in
the called function which is otherwise not possible.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is a good way to implement complex numbers in c?
What are near, far and huge pointers?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is string function c?
What is the purpose of the statement: strcat (S2, S1)?
What is return type in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Why we write conio h in c?
What is strcpy() function?
What is difference between main and void main?
Explain how do you view the path?
Write a program to show the change in position of a cursor using c
Why do we use static in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.