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 malloc return c?
If the size of int data type is two bytes, what is the range of signed int data type?
What is the heap in c?
When do we get logical errors?
What is meant by keywords in c?
What is use of pointer?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is string length in c?
Can i use “int” data type to store the value 32768? Why?
How can I get back to the interactive keyboard if stdin is redirected?
What’s the special use of UNIONS?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What does sizeof function do?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is scope rule in c?