經安全檢測,此網站為安全網站,請放心前往原始網址!

Length of array in C - LeMoDa.net top page

This example program demonstrates how to get the length of a C array using the sizeof operator. #include int int_array [5]; double double_array [10]; char char_array [] = {'a', 'b', 'c', 'd'}; int main () { const char * format = "The %s array has %d byte

www.lemoda.net

網址安全性掃描由 google 提供