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
What is console in c language?
What is the difference between struct and typedef struct in c?
What is #include in c?
Do string constants represent numerical values?
write a program for the normal snake games find in most of the mobiles.
Why enum is used in c?
Why void is used in c?
State two uses of pointers in C?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is linear search?
explain how do you use macro?
What is a loop?
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.
what are the different storage classes in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?