摘要: 内容概要 一、函数的传参的方式 二、返回值为指针的函数(简称指针函数) 三、函数指针 四、可变长参数的函数 1、函数的传参方式 -值传入 #include <stdio.h> void swap(int,int); void swap(int x, int y){ //定义了交换函数 int tem 阅读全文
posted @ 2021-03-14 00:22 口乞厂几 阅读(101) 评论(0) 推荐(0)