
An integer array a has 19 elements. What is the value of the middle element after the following codes is executed?
int i, j,n=19;
for (i=0; i for(i=0, j=n-1; i<=j; i++, j--)
a[(i+j)/1] -= (a[i]+a[j])/2; choices:
a.0
b.10
c.-41
d.-62
e.-71
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
