To clear a character array in C, you can use the memset() function from the standard C library. This function takes three arguments: a pointer to the array you ...
確定! 回上一頁