A. s="Good"; B. s[20]="Good‘’ C. strcat(s,"Good") D. strcpy(s,"Good")
A. *p++ B. a-- C. b++ D. c——
A. fun(int y,double m); B. k=fun(10,12,5); C. fun(x,n); D. void fun(n,x);
A. 7 B. 8 C. 6 D. 2
A. 必须为字母 B. 必须为下划线 C. 必须为下划线或字母 D. 可以是字母,数字和下划线中任一种字符