Jobsity interview question

How to print numbers from 0 to n without using a loop?

Interview Answers

Anonymous

19 Sept 2019

using recursion was my answer, make a function that calls itself with a stop condition

1

Anonymous

8 Oct 2019

Recursion

Anonymous

8 Oct 2019

Recursion

Anonymous

14 Jul 2020

If you give some details about this that would be great