what is the advantage of function pointer

Answer Posted / maskfriend

function of pointer is more useful for use of large
function argument.it creats less complecty in function
argument.

Is This Answer Correct ?    29 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is console in c language?

725


What is the difference between struct and typedef struct in c?

765


What is #include in c?

692


Do string constants represent numerical values?

1032


write a program for the normal snake games find in most of the mobiles.

1886






Why enum is used in c?

628


Why void is used in c?

679


State two uses of pointers in C?

736


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1725


What is linear search?

802


explain how do you use macro?

778


What is a loop?

686


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1610


what are the different storage classes in c?

767


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1234