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