A.gets(a); B.scanf("%s",a); C.gets(&a[0]); D.gets(b);
A.基本 B.構(gòu)造 C.指針 D.空
A.&a[0]+1 B.&a[1] C.&a[0]++ D.a+1