A char array in C can easily be cleared by simply looping through every position and setting each element to '\0' (or NULL). Doing this makes sure that all ...
確定! 回上一頁