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".

13th May 2017, 8:18 PM
shad oow
shad oow - avatar
1 Odpowiedź
- 1
simpelst solution: a for loop counting down https://code.sololearn.com/cwT5w48BP2Xh/?ref=app
13th May 2017, 8:57 PM
Volker Milbrandt
Volker Milbrandt - avatar