C语言赋值函数指针
示例
#include <stdio.h>
/* increment: take number, increment it by one, and return it */
int increment(int i)
{
printf("increment %d by 1\n", i);
return i + 1;
}
/* decrement: take number, decrement it by one, and return it */
int decrement(int i)
{
printf("decrement %d by 1\n", i);
return i - 1;
}
int main(void)
{
int num = 0; /* declare number to increment */
int (*fp)(int); /* declare a function pointer */
fp = &increment; /* set function pointer to increment function */
num = (*fp)(num); /* increment num */
num = (*fp)(num); /* increment num a second time */
fp = &decrement; /* set function pointer to decrement function */
num = (*fp)(num); /* decrement num */
printf("num is now: %d\n", num);
return 0;
}
热门推荐
10 周末祝福语简短的英语
11 结婚多层蛋糕祝福语简短
12 离校退群祝福语简短
13 佛教生日祝福语简短大全
14 参加婚礼祝福语大全简短
15 周年蛋糕祝福语简短英语
16 祝美术老师祝福语简短
17 潮汕生日谚语祝福语简短
18 我想找祝福语大全简短