Which of the following is correct way to declare a functional pointer in C?

1
int *func (int, int);
2
int (*func) (int, int);
3
int (func*) (int, int); 
4
int *func* (int, int);

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation