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()
相關文章
相關標籤/搜索