參數型態 const char* 表示,這邊接受一個字串,這在之後會談到為什麼字串是這個型態; ... #include <stdio.h> #include <string.h> int main(void) { char buf[80]; ...
確定! 回上一頁