C程序设计语言(第二版)学习笔记

第一章 导言 #include <stdio.h> int main() { printf("hello, world\n"); return 0; } #include <stdio.h> int main() { printf("hello, "); printf("world"); return 0; } #include <stdio.h> int main()
相关文章
相关标签/搜索