题目内容:利用指针编写程序,统计字符串的长度。(不要使用求字符串长度函数)输入格式: gets()输出格式:"Length of the string is %d\n"输入样例:I like programming.输出样例:Length of the string is 19