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).