Question: c# using printf and scanf Question 3: [2 Points] write a complete C program that performs the following: 1) Read the name of the user
Question 3: [2 Points] write a complete C program that performs the following: 1) Read the name of the user and store it in a string named name. The maximum number of letters in any name is 15. 2) Output the name of the user. 3) Define a new string named reverse. Store in reverse the name of the user reversed. For example, if the name of the user is "Ahmad", the string reverse should contain "damhA". 4) Print the string reverse. 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
