I'm looking for a new job, although I'm not a developer, but yesterday I got stucked with following: int *f() int (*f)() I know the second one is function pointer, how about the first one? Thanks in advance!