We can empty a char array in C by setting all of the elements to '\0'. So, we can change every index element to '\0', as the first element is '\ ...
確定! 回上一頁