List/Grid
Tag Archives: strlen – Returns the length (in bytes) of a string
strlen – Returns the length (in bytes) of a string
Example: strlen The following example loops through a string, str, in search of the first non-numeric character. strlen is used to ascertain the length, len, of str. If the while… Read more