会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
师大无雨
博客园
首页
新随笔
联系
订阅
管理
2021年11月20日
函数指针与指针函数
摘要: 一、函数指针 先看一个例子: #include<stdio.h> #include<stdlib.h> #include<string.h> #define ERROR 0 #define OK 1 int add(int a,int b){ return a+b; } int multiply(i
阅读全文
posted @ 2021-11-20 22:47 师大无雨
阅读(805)
评论(0)
推荐(1)
公告