Write a C program to calculate the length of a given string without using the standard `strlen` function.
A single line containing a string (no spaces).
Print the integer length of the string.
1 <= length of string <= 100
programming
11
Iterate through the character array until the null terminator ('