See the answer in English> Why is (sizeof(int)> -1) false?
#include
int main(void)
{
printf(“%d”, sizeof(signed int)> -1);
return 0;
} The result is 0(FALSE).
How could this happen?
I am
See the answer in English> Why is (sizeof(int)> -1) false?
#include
int main(void)
{
printf(“%d”, sizeof(signed int)> -1);
return 0;
} The result is 0(FALSE).
How could this happen?
I am
1. BUG found crawling chinadrugtrials When the test information was published on the details page, it was found that the program was broken in some places, as follows:
After investigation,