- 1

Take an input as a string from user and print the reverse table of first number till the last number

sample input: 32146 sample output: 18 15 12 09 06 03 note: use only 3 character type variable and character array

11th Apr 2017, 3:33 PM
ayesha
5 Respuestas
+ 4
"reverse table"?
11th Apr 2017, 3:41 PM
Meharban Singh
Meharban Singh - avatar
+ 4
what do you mean by reverse table?
11th Apr 2017, 3:45 PM
Meharban Singh
Meharban Singh - avatar
+ 1
take first digit of the array and print the table of that integer till the last number of the array
11th Apr 2017, 3:47 PM
ayesha
+ 1
reverse table means reverse of the table of that integer look at the sample inpur
11th Apr 2017, 3:48 PM
ayesha
0
kindly send me the code of this question
11th Apr 2017, 3:43 PM
ayesha