You can try using strlen() function but it will only work if ur array is null terminated and will take time O(n). So you either need to pass the ...
確定! 回上一頁