- 博客(3)
- 收藏
- 关注
原创 简单输出的部分代码~
//输出字符~#include <stdio.h>int main(viod){ printf("%c,a"); return 0;} //输出字符串~#include<stdio.h>int main(viod){ printf("*****\n**|**\n*|.|*\n|...|\n......\n"); return 0;}//输出句子~#include <stdio.h>int ma...
2022-01-14 18:42:19
464
原创 有关数据类型~
char 1byte //字符数据类型short 2byte //短整型int 4byte //整型long 4byte //长整型long long 8byte //更长整型float 4byte //单精度浮点型double 8byte //双精度浮点型*1byte(字节)=8bit(位)*1KB=1024byte*1MB=1024KB*1GB=1024MB...
2022-01-12 20:37:26
231
原创 我的第一个代码~
我的第一个代码~#include <stdio.h>int main() { printf("hello C world!"); return 0;}
2022-01-11 21:19:56
220
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅