Online C programming exercises


Do following functions' definitions are the same?

int *f ( );
int ( *f ) ( );


Yes
No


Next Exercise