音频文件如何发朋友圈:这个程序怎么算

来源:百度文库 编辑:高考问答 时间:2024/05/15 18:09:27
void main()
{
int x = 0xffff;
printf("%d\n",x--);
}
运行结果是什么

print后减1..

在屏幕上输出0xffff