摘要: C基本数据类型 C基本的数据类型说明: C declaration Bytes Signed Unsigned 32-bits 64-bits [signed]char unsigned char 1 1 short unsigned short 2 2 int unsigned 4 4 long 阅读全文
posted @ 2022-07-31 21:39 Mrlayfolk 阅读(96) 评论(0) 推荐(0)
回到顶部