I want to read an integer, and without using any string methods, I want to print something like this using the map()
function:
123..N
For Example:
N:5
output:12345
And not:
1
2
3
4
5
I have already read the following answer, which is not what i want. i want to use map() function which is not used in the answer given below