A-A+
请读程序: # include<stdio.h> # include<string.h> m
问题详情
请读程序: # include<stdio.h> # include<string.h> main() { char * sl="AbCdEf".* s2="aB"; s1 + + ;s2 + + ; printf("%dn",strcmp(s1,s2)); ) 上面程序的输出结果是 ()
A.正数
B.负数
C.零
D.不确定的值请帮忙给出正确答案和分析,谢谢!
参考答案
正确答案:A