Hello! I have a problem: [code] char[] function(){ char str[10]; strcpy(str, Hello! ); return str; } int main(){ char str[10]; ...
確定! 回上一頁