- 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
5 Respuestas
+ 4
"reverse table"?
+ 4
what do you mean by reverse table?
+ 1
take first digit of the array and print the table of that integer till the last number of the array
+ 1
reverse table means reverse of the table of that integer look at the sample inpur
0
kindly send me the code of this question