【入門】C程序設計(第三版)譚浩強—第一章

    第一章要點整理圖:        第一章程序整理: 例題1.1  #include<stdio.h>  void main()  {      printf("The is a C program. \n");  }    例題1.2  #include<stdio.h>  void main()                     /*求兩數之和*/  {      int a,b,
相關文章
相關標籤/搜索