int f(int b) /*b为形参*/ { return b;} main() {int a=1; printf("%d",f(a));/*a为实参*/ }
posted on 2018-01-16 13:58 天才程序猿 阅读(200) 评论(0) 编辑 收藏 举报