Skip to content

Instantly share code, notes, and snippets.

@d0722338
Last active December 1, 2024 09:36
Show Gist options
  • Save d0722338/a71b7557ee6a7feaf75581433211d7db to your computer and use it in GitHub Desktop.
Save d0722338/a71b7557ee6a7feaf75581433211d7db to your computer and use it in GitHub Desktop.
種類 型名 サイズ 値の範囲
型なし void - -
文字型 char 1バイト -128~127
整数型 int 4バイト -2147483648~2147483647
整数型 unsigned int 4バイト 0 ~ 4294967295
浮動小数点型 float 4バイト 3.4E-38 ~ 3.4E+38
浮動小数点型 double 1バイト 1.7E-308 ~ 1.7E+308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment