Write a program in C where you store (using array) numbers 1-9 in serial order and then print these numbers in reverse order
a. Function accepts no parameter and does not return any value b. Function accepts p…
0 Comments