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


Please Help Members By Posting Answers For Below Questions

What is array within structure?

581


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1723


What is the difference between far and near in c?

599


What is a double c?

588


What is time complexity c?

564






Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

685


Why is C language being considered a middle level language?

652


Differentiate between the expression “++a” and “a++”?

697


What is the purpose of 'register' keyword in c language?

626


What is the size of enum in c?

614


What are register variables in c?

571


What is infinite loop?

624


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

651


What does int main () mean?

544


What is boolean in c?

604