C++ expert, please help

來源: 2010-03-18 11:06:05 [舊帖] [給我悄悄話] 本文已被閱讀:

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!