2015年6月16日 星期二

查詢 int 的大小

#include <stdio.h>

#include <limits.h>

int main()

{

printf("Storage size for int : %d \n", sizeof(int));

return 0;

}

結果:

4

p.s.使用Dev C++者,要讓終端機停留讓你看結果,請在return 0 前一行貼入 system("pause"); 即可,請注意 : 後面要有一個 ;

p.s.貼入程式時,程式碼可能會變掉,多了一些?號,請對照本網頁除錯.

首頁

沒有留言:

張貼留言