Write afunction int mystrlen(char*s) that returns the number of characters in strings. e.g.,char s[]=program, strlen(s) is 7.

Posted Date: