int main
{
int n=10,i,j,temp;
int a[={5, 5, 7, 9, 3, 6, 1, 9, 8, 2};
for(i=n/2,j=n-1;i<j;i++,j-)
{
temp=a[i];
a[i]=a[j];
alil=temp;
}
printf("%d",a[6]);
return 0;
Answers
Answered by
0
Answer:
here this your answer
Explanation:
make a brilliant
Attachments:
Similar questions