Basics of Array


Given that an array of int named a has been declared with 12 elements and that the integer variable k holds a value between 0 and 6.

Assign 9 to the element just after a[k] .
This is your third post the last 2 days about basics of arrays... Ive explained it and showed you tutorials of it. Go do your homework.
a[k+1]=9;
Topic archived. No new replies allowed.