#include <stdio.h>
int main(void)
{
if (sizeof(int) > -1)
printf("True");
else
printf("False");
}
它打印False。为什么sizeof()不返回值if?
饮歌长啸
慕勒3428872
相关分类