如何取消引用这些函数指针

时间:2015-10-18 03:25:45

标签: c pointers function-pointers

我对函数指针感到困惑。我知道必须存在一些rules,它可以帮助我取消引用这些指针。

例如:

1) void *(*(*fp1)(int))[10];
2) float (*(*fp2)(int, int, int))(int);
3) int (*(*fp3)())[10]();

任何人都可以帮助我压倒这些障碍。

0 个答案:

没有答案