摘要: c语言中输出各种数据类型的长度: [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试程序 #include <stdio.h> int main(void) { printf("size of char: %u\n", (unsi 阅读全文
posted @ 2024-12-23 13:04 小鲨鱼2018 阅读(32) 评论(0) 推荐(0)