Question: Write a C statements to do the following: 1. Read a character from the keyboard and store the character in variable c. Do not use
Write a C statements to do the following:
1. Read a character from the keyboard and store the character in variable c. Do not use scanf.
2. Print the value of variable C. Do not use printf.
3. Convert the character stored in variable c to an uppercase letter and print it
4. Determine whether the value of variable c is a digit.
5. Read a line of text into array s1. Do not use scanf.
6. Print the line of text stored in array s1. Do not use printf.
7. Read three double values into variables d, e and f from the string ptr.
8. Copy the string stored in ptr into array sl.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
