Question: 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
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 \0 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
