size of array of char c code example Example: length of a char array in c char chararray[10]; size_t len = strlen(chararray);