Skip to main content

Computer Systems Engineering UIUC ECE 391

· 22 min read
Yuxuan (Jerry) Lin
M.S. in Computer Engineering @ Columbia University

Link to Github Repository

C语言基础

2's complementunsigned
8 bitscharunsigned char
16 bitsshort intunsigned short int
32 bitsintunsigned int
32 or 64 bitslongunsigned long
64 bitslong long intunsigned long long int