Capgemini interview question

All concepts of oops, basic knowledge about programming. And a code snippet to print 1 to 1000 without using loop.

Interview Answer

Anonymous

28 Jul 2020

I used recursive function to print them.