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