Question: 1. Using a character array (not a string), write a C program to store the letters of the word stressed, then print to the screen
1. Using a character array (not a string), write a C program to store the letters of the word stressed, then print to the screen the word forward and backwards with the appropriate statements.
2.Using an array, write a C-program to store five numbers in an array, the numbers should be 5 times the array index plus 10 i.e. 5*(index + 10) . Print out the index values and the numbers.
3.Using an array, write a C- program that receives 10 numbers from the user and prints out the numbers entered and the smallest number.
Note: Please put all of the above in one program with three different functions.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
