accessing the elements of a char* in c ... how to return array of char in c. char *foo(int count) { char *ret = malloc(count); if(!ret) return NULL; ...
確定! 回上一頁