Avoiding the use of strlen(): // Use of strlen() can be avoided by: for (i=0; s[i]; i++) { } // loop breaks when the character array ends. #coding #cprogramming #coding_everyday
0
3
1
0
0