摘要: ex2_1_1 // 形参是数组,实参是数组名 #include <stdio.h>#include <stdlib.h> const int N=5; int binarySearch(int x[], int n, int item); // 函数声明 int main() { int a[N] 阅读全文
posted @ 2019-12-15 17:05 土土开开 阅读(151) 评论(3) 推荐(0)