I want to make a function which will display numbers starting from 1 to 100 and 100 to 1
I am confused that how i can do this using Recursion?
I dont want to do this using any other loop.
Please provide me hint and ignore my way of asking because i am new in c++ and c#.
1 Answer