Please write a program using an array to receive 5 numbers, then output those inputs in reverse order as examples shown.
Input (i)
1 2 3 4 5
Input (ii)
Output (i) acceptable
54321
Output (ii) acceptable
5 4 3 2 1
More information
https://www.tutorialspoint.com/cprogramming/c_arrays.htm
Hidden content!#include ** ** * * * ** ** * ***int main(){ * *** * * * * * * n = 4, c, d, a[100], b[100];** * * * * * ** * ** *** * *