Posts by ongaku • 1 point
1 post
-
0
votes2
answers1797
viewsQ: Store values of a string in an array
I need to make a program in C that takes a sequence of numbers, stores the values in a vector and then prints this sequence in the reverse order. It must receive two entries, the first is an integer…