练习题

收藏
若有下面的程序片断:void main( ) { int n; char a[10][8]; ...... sort(a, n); ...... } 则正确的 sort 函数头部是
查看答案