执行完下列语句段后,i值为:() int f(int x) { return ((x>0) ? x* f(x-1):2);} int i ; i =f(f(1));

A.2 B.4 C.8 D.无限递归

时间:2024-04-30 17:07:29

相似题目