Question
Output of all programs must be included with your code. 1a) Using a character array (not a string), write a C program to store the
Output of all programs must be included with your code.
1a) 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.
1 b) Use the watch window to find the address of the first element of the array.
Your Address:________________
2a) 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.
2b) Use the watch window to find the address of the 3rd element (index(2)).
Address:________________
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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started