strlen() - returns the length of a string
int strlen( string str );
strlen() returns the number of characters in the string `str'.
sizeof(3)