printing array recursively
hello everyone.I have a question.
I saw this question in a site and tried to do this but I have no idea can you help me?
Write a recursive function (use no while loops or for loops) that prints all the elements of an array of integers, one per line. The parameters to the function should be A (The array) and n (the size of the array).
Re: printing array recursively
We can help, but no one is going to do it for you. Make an effort, spend a bit if time writing some code, and if you get stuck show a bit of code with precise questions
Re: printing array recursively
paste what you have done here and weíll see what we can do , it's fairly easy to print things using recursion