Question: Show the content of the array M after execution the following code int c, i, n=6; c=M[0] for(i=0;i
Show the content of the array M after execution the following code
int c, i, n=6; c=M[0]
for(i=0;i M[n-1]=c;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
