• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
demps_c
博客园    首页    新随笔    联系   管理    订阅  订阅
2013年7月24日
学习
摘要: typedef int(*a)(int b);typedef int(c)(int a);int f1(int i){ return i * i;}int f2(a a1,c c1){ int i = 99; printf("%5d %5d\n",a1(i),c1(i)); return a1(i) + c1(i);}int main(){ int j = 199; c c2 = f1; printf("%d\n",c2(j)); printf("%d\n",f2(f1,f1)); return 0;} 阅读全文
posted @ 2013-07-24 12:15 demps_c 阅读(125) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3