Question: In Visual Studio 2019 (or something similar) write a C program that will: 1 a) Using a character array (not a string), store the letters
In Visual Studio 2019 (or something similar) write a C program that will:
1 a) Using a character array (not a string), store the letters of the word desserts, then print to the screen the word forward and backwards with the appropriate statements.
1 b) Using an array, 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.
1 c) Using an array, create a program that receives 10 numbers from the user and prints out the numbers entered and the smallest number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
