A. 对 B. 错
A. void func(int x,int y) B. int func(int x,int y) C. double func(int x,y); D. func(x,y)
A. return f; B. continue f; C. exit f; D. break f;
A. int B. flaot C. double D. void