第1章 程序設計和C語言

##【例1.1】要求在屏幕上輸出以下一行信息 #include<stdio.h> int main() { printf("This is a C program.\n"); return 0; } 運行結果如下:
相關文章
相關標籤/搜索