在线名词解释大全 - 程序设计基础 - 详细

下列函数声明的写法,哪些语法上是不正确的?

A
A.void SelectionSort(int cards[], int n);
B
B.void SelectionSort(int cards[]; int n);
C
C.void SelectionSort(int cards[]. int n);
D
D.void SelectionSort(int [], int);
正确答案:
相关推荐
扫描二维码
关注公众平台