Question: Write a C program that allows the user to enter 10 integers from the keyboard into an array. The 10 numbers should then be printed
Write a C program that allows the user to enter 10 integers from the keyboard into an array. The 10 numbers should then be printed on the screen. This output must be accomplished using pointers without any subscripts. You may only use the symbols [ ] when creating your array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
