c語言中左移問題

下面是在GCC上面的程序及結果web #include <stdio.h> int main() { int b = 32; printf("1<<b=%d\n",1<<b); printf("1<<32=%d\n",1<<32); return 0; } 結果svg [wang@Aming Desktop]$ gcc -o test test.c test.c
相關文章
相關標籤/搜索