c語言常見基本數據類型長度

c語言基本數據類型有浮點型和整型 32位系統下各種型的 字節長度 一字節爲8個bity位web 整型:svg 基本整形 int 4 短整型 short int 2 長整型 long int 4 雙長整型 long long (int) 8(c99增長的) 字符型 char 1 布爾型 bool 1(c99增長的) 注:C99中提供了一個頭文件 <stdbool.h> 定義了bool表明_Bool,
相關文章
相關標籤/搜索