char * hello(char []); int main(void) { /* Implement main program here. */ } char * hello(char name[]) { /* Implement function `hello()` here. */ }.
確定! 回上一頁