Write a C++ program that reads a string and computes its length without using the standard `.length()` or `.size()` functions.
A single string S (may contain spaces or be a single word).
Print the length of the string.
1 <= Length <= 100
Programming
11
Iterates through characters until the null terminator '