Pointer to a function

float(*ptr)(int);

In the above declaration ptr is pointer to such function which has only one parameter and which is  and return type is char type data.

No comments: