The data type for a decays to a char pointer when passing to a function, so you need: int test (char* s1, char** s2) { In main () function the function ...
確定! 回上一頁