... to modify an array in one function through another function in C. ... main() { char* s; function(); // modify here puts(s); return 0; }.
確定! 回上一頁