Computer Science, asked by aadimukherjee74, 7 months ago

1. Write a program to interchange values of even
location with odd location in an arrangement of
ten numbers given below:
Array A[10] = (3, 5, 7, 13, 2, 67, 32, 8, 11, 56)
interchange O location data with location 1,
location 2 data with location 3 and so on.
Output values of the arrangement before the
interchange and after the interchange process.

Answers

Answered by rahul123487
0

Answer:

ctrl 5

Explanation:

interchange the function

Similar questions