Question: C programming question. Please use printf and scanf Program: 1. Write a C program that does the following a. Declare a string variable (char array)
Program: 1. Write a C program that does the following a. Declare a string variable (char array) of size 10 (to store a string up to 9 characters plus a 10 at the end). Note: An array of size 10 will have indices of 0-9 b. Display a message to the user that this program prints specific characters within a user-entered string. c. Ask the user to enter a string of 9 characters or less. d. Output the following: Character 0 is: Character 4 is: Character 8 is: - The program should compile without error and run gracefully. Test with the input: Engineers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
