當前位置:首頁 » 編程語言 » c語言8位元組

c語言8位元組

發布時間: 2025-01-13 02:38:51

㈠ C語言中 int long float double分別佔用了多少個位元組

char/signed char/unsigned char: 1個位元組;
char*(即指針變數):
2個位元組(16位編譯器)
4個位元組(32位編譯器)
8個位元組(64位編譯器)
short int: 2個位元組
int/unsigned int:
2個位元組(16位編譯器)
4個位元組(32/64位編譯器)
long int: 4個位元組
float: 4個位元組
double: 8個位元組
long double: 8/10/12/16?
long/unsigned long:
4個位元組(16/32位編譯器)
8個位元組(64位編譯器)
long long: 8個位元組
string: 字元個數+1

上面的只是參考,具體的長度你可以在你的編譯器中使用sizeof關鍵字分別求出來。

熱點內容
信用卡無密碼能刷多少 發布:2025-08-31 08:53:47 瀏覽:403
內網下如何讓伺服器作為網關 發布:2025-08-31 08:22:52 瀏覽:859
偽加密破解 發布:2025-08-31 07:32:32 瀏覽:550
t腳本語言 發布:2025-08-31 07:25:21 瀏覽:16
android鄧凡平 發布:2025-08-31 07:17:18 瀏覽:989
為什麼要給群里的人加密碼 發布:2025-08-31 06:59:40 瀏覽:104
紅帽ftp的配置與安裝 發布:2025-08-31 06:50:10 瀏覽:706
如何隨時隨地連接伺服器 發布:2025-08-31 06:44:34 瀏覽:887
空調壓縮機日立 發布:2025-08-31 06:43:10 瀏覽:257
除霧演算法 發布:2025-08-31 06:42:38 瀏覽:154