0
Program wich print the letters in a char array in reverse order.
For example if the array contains {'6','1','w','o','n'} , the output should be "now 16".
1 Answer
- 1
simpelst solution: a for loop counting down
https://code.sololearn.com/cwT5w48BP2Xh/?ref=app