Pointer to function in c

char (*ptr)(void);

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

No comments: