C language function pointer value returned

int * a (int x, int y) is represented by a pointer pointing to the integer function, if void * a (int x, int y) represents the no return value.

 

Guess you like

Origin www.cnblogs.com/souhaite/p/10949762.html