设有下面程序:
#include"stdio.h"
void main(void)
{
unsigned x=1 ,y=3,z=5;
printf(" %d\n" ,x y) ;
}
该程序的运行结果是( )
点击查看答案
参考答案:
D
暂无解析