Title

第12講 如何將陣列資訊傳入函數

Syllabus

章節大綱

L12_A
       練習使用指標
       (Practice using Pointer)
 
L12_B
       如何將陣列資訊傳入函數
       How to transmit Array info to a function

       練習如何使用陣列來儲存資料
       How to transmit Array infor to a function

       檔案的輸入與輸出-fopen()、fscanf()用法
       File Input/Output-funtion of fopen() & fscanf
       
       複習insertion sort
       Review insertion sort

 
L12_C
       字串處理函數-使用 strcmp()、strncmp()、strcpy()、strcat()、strncpy()、
                            memset() & memcpy()
       String Funtions-strcmp()、strncmp()、strcpy()、strcat() 、strncpy()、memset()
        & memcpy
 
L12_D
       句子重組
       Sentence reversal