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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!