Question: All your programs must include a Programmers Block and an explainProg function. Q1 , Q2 , Q3 should be in different codes 1a) Using a
All your programs must include a Programmers Block and an explainProg function.
Q1 , Q2 , Q3 should be in different codes
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
Get step-by-step solutions from verified subject matter experts
