The appropriate variable for array sizes in C is size_t , use it. Your for loop can start with the second element of the array, because you have ...
確定! 回上一頁