Thestrlen()function returns the length ofstring. Example that usesstrlen() This example determines the length of the string that is passed tomain(). #include <stdio.h> #include <string.h> int main(int argc, char ** argv) { if ( argc != 2 ) printf( "Usage: %s string\n", argv[...