基本型の一覧

どんな書き方が許されて、どれとどれが同じ意味か

おすすめ同義の表現
char
signed char
unsigned char
shortsigned short, short int, signed short int
unsigned shortunsigned short int
intsigned, signed int, 型指定なし
unsigned intunsigned
longsigned long, long int, signed long int
unsigned longunsigned long int
float
double
long double

※ long long(long以上のビット数)はC99規格なので省略


参考:

http://kmaebashi.com/book/index.html の本

no title

no title