Question: C programming, beginner level. Input from the user. Write a C program to do the following with POINTER: 1) Declare an array of pointers named
C programming, beginner level. Input from the user. Write a C program to do the following with POINTER: 1) Declare an array of pointers named alpha of 17 components of type int. 2) Output the value of the 12th component of the alpha. 3) Set the value of the 5th component of the alpha to 35. 4) Set the value of the 9th component of the alpha to the sum of the 6th and 13th components of the alpha. 5) Set the value of the 4th component of the alpha to three times the value of the 8th component minus 57. 6) Output alpha so that five components appear on each line.
Expert Answer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
