#include <stdio.h> int main(void) { char *c1 = "Hello"; puts(c1); return 0; } /* 《程式語言教學誌》的範例程式http://kaiching.org/ 檔名:cputs.c 功能: ...
確定! 回上一頁