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


Please Help Members By Posting Answers For Below Questions

How can I ensure that integer arithmetic doesnt overflow?

587


Where register variables are stored in c?

530


What is an auto keyword in c?

621


Why is python slower than c?

575


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1298






Why is %d used in c?

543


Explain what are multibyte characters?

600


Is c object oriented?

518


What is spaghetti programming?

643


What is pivot in c?

544


Why is sizeof () an operator and not a function?

556


using for loop sum 2 number of any 4 digit number in c language

1698


What is an arrays?

627


How can I generate floating-point random numbers?

577


What is the use of typedef in c?

563