Consider the following C functions. int fun1(int n) { static int i= 0; if (n > 0) { ... The return value of $\text{fun}2 (5)$ is ______.
確定! 回上一頁