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