以下是引用HJin在2007-6-15 16:26:53的发言:
Did you figure it out or not? I only see two tear-dropping faces above.
Did you figure it out or not? I only see two tear-dropping faces above.
int (*c[5])();
Answer (hint): c is an array of 5 pointers to functions. The fuctions return int and take no (or void) arguments.