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