Define function pointers?
Answer / preeti singh
A function pointer is a type of pointer that points to a
function, for e.g. a pointer to the function :
int fun(int a,int b)
can be declared as :
int(*myptr)(int a,int b);
here myptr is a type of pointer which can point to any
function which takes two integer arguments and returns int.
| Is This Answer Correct ? | 5 Yes | 0 No |
Do you know the difference between malloc() and calloc() function?
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
how do you redirect stdout value from a program to a file?
What does 2n 4c mean?
Why use int main instead of void main?
where does malloc() function get the memory?
How Many Header Files in c?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
what do structure language means?
IS Doon college of Engn.. has good faculty
how to find out the inorder successor of a node in a tree??