I was wondering if there is any difference (in terms of syntax and performance) between a string defined likechar str[200]; and char *str;str = calloc(200, ...
確定! 回上一頁