第 33 题(本题:1分) 若有以下程序 #include
int f(int a[], int n) { if (n > 1) { int t; t=f(a, n-1); return t > a[n-1] ? t : a[n-1]; } else return a[0]; } main() { int a[] = {8,2,9,1,3,6,4,7,5}; printf("%d\n", f(a, 9)); } 则程序的输出结果是
A.
9
B.
1
C.
8
D.
5
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
皮皮学刷刷变学霸
举一反三
【单选题】The presentation format is one in which the student must 'sell' the proposal to a panel representing the funding agency, the class the role of the review panel.