星鸿阁

 找回密码
 立即注册
搜索
热搜: 活动 交友 动画
查看: 946|回复: 0

函数指针其中一种用法

[复制链接]

2250

主题

2760

帖子

9610

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
9610
发表于 2021-1-1 17:38:30 | 显示全部楼层 |阅读模式
#include <stdio.h>
int plus(int a,int b)
{
return a+b;
}
int minus(int a,int b)
{
return a-b;
}
void cal(int (*f)(int,int))
{
printf("%d",(*f)(2,3));
}
int main(void)
{
cal(plus);
cal(minus);
}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|starfluidga

GMT+8, 2024-12-30 07:04 , Processed in 0.013635 second(s), 21 queries .

Made by Liga 星鸿阁

Copyright © 2020-2048, LigaStudio.

快速回复 返回顶部 返回列表