Question: The following C program asks the user to enter a string. The program checks the first character of the string and reports whether it corresponds
The following C program asks the user to enter a string. The program checks the first character of the string and reports whether it corresponds to a lower case character or not, by checking whether the corresponding ASCII code is between symbols a and z. 
The following C program asks the user to enter a string. The program checks the first character of the string and reports whether it corresponds to a lower case character or not, by checking whether the corresponding ASCII code is between symbols a and z. #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
