Make 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 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 recognizing which character bit is the issue