How to check if empty array in C, Initialize the results array so all elements are NULL : char* results[10] = { NULL };. In the posted code the elements are ...
確定! 回上一頁