(2+2 == 4); // not true printf("!(2+2==4) = %s\n", b ? "true" : "false"); int n = isspace('a'); // zero if 'a' is a space, nonzero otherwise int x = !!n; ...
確定! 回上一頁