C语言,写出下列程序运行结果及解释。
#include<stdio.h>main(){intx=12,y=8;printf("\n%5d%5d%5d",!x,x||y,x&&y);}请写出详细的注释,谢谢!!...
#include <stdio.h>
main()
{ int x=12,y=8;
printf("\n%5d%5d%5d", !x, x|| y, x && y);
}
请写出详细的注释,谢谢!!! 展开
main()
{ int x=12,y=8;
printf("\n%5d%5d%5d", !x, x|| y, x && y);
}
请写出详细的注释,谢谢!!! 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询