筆試:

1. C語言

題目1: 程式填空

//Descript: str_parser used for parse src string into toke array

//Parameter: src = source string

//                   dst_token = save token string

//                   max_token_count

int str_parser(const char *src, char *dst_token[]; int max_token_count) {

         // You shall use malloc space to save token string

        return 0;

}

 

int main(){

    char *src = "aa bb  ccc";

    char *dst_token[];

    // Call strparser function

    return 0;

}

 

 

題目2: Linking list

id / name

1 Adam

2 Bill

3 Carl

4 Dick

5 Edwin

6 Fred

 

// Create student data strcture

 

// Create link list, and impletement as follow feature such as insert/delete/search

 

 

2. Linux觀念

題目1: 壓縮 sunx 這個檔案為sunx.tar.gz

題目2: 解壓縮sunx.tar.gz到此目錄下

題目3: 查出現在硬碟使用量

題目4: 複製/移動 to.txt到子目錄 child下

題目5: 將 save_record_path 設定成環境變數,其值為"/usr/tmp",並顯示

 

面試:

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 = = 的頭像
    = =

    逗點大的雨滴

    = = 發表在 痞客邦 留言(0) 人氣()