- 1
- 0
- 约2.96千字
- 约 7页
- 2026-09-16 发布于四川
- 举报
C语言模拟试卷含答案题解及参
```c
includestdio.h
includestdlib.h
includestring.h
//Question1:WriteaprogramtoprintHello,World!.
voidquestion1(){
printf(Hello,World!\n);
}
//Answer1:Simplyuseprintffunction.
//Code:printf(Hello,World!\n);
//Question2:Writeaprogramtofindthelarg
原创力文档

文档评论(0)