单项选择题设x,y均为int型变量,且x=10,y=3,则printf( %d n x-,-y);语句的输出结果是 ______。
单项选择题下面程序的输出结果为 ______。 #include<string.h> main() char pl [7]= abc ,p[]2= ABC str[50]= xyz ; strcpy(str,strcat(p1,p2)); printf( %s str);