How to Find the Length of Array in C? To find the length of the array we have to use sizeof() function. Length = sizeof(arr) / sizeof(arr[0]);
確定! 回上一頁