Computer Science, asked by mohits4154, 11 months ago

Write a complete user-friendly c program that takes n integers (n is given by the user) from the user, stores them in an array and prints them in reverse order. For example, if the user gives 5, 99, -7, 22, 55, 7, 12, -43 as input, then the program prints -43, 12, 7, 55, 22, -7, 99, 5 as output.

Answers

Answered by Anonymous
0

Explanation:

a complete user-friendly c program that takes n integers (n is given by the user) from the user, stores them in an array and prints them in reverse order. For example, if the user gives 5, 99, -7, 22, 55, 7, 12, -43 as input, then the program prints -43, 12, 7, 55, 22, -7, 99, 5 as output.

Answered by Anonymous
2

Explanation:

user stories on program print output

Similar questions