A. double fun (int x,double y) B. fun (int x,double y) C. double fun (int ,double ); D. fun(x,y) ;
A. Expression type in return statement B. The main calling function type when the function is called C. This function is called temporarily by the system D. The type of function specified when defining a function
A. Function definitions can be nested, but function calls cannot be nested B. Function definitions cannot be nested, but function calls can be nested C. Function definition and function call can not be nested D. Function definition and function call can be nested
A. int a[10]={0,0,0,0,0}; B. int a[10]={} ; C. int a[ ] = {0} ; D. int a[10]={10*1} ;
A. 对 B. 错