Deitel Exersices Downloads Contact ME
Back
(Print an array) Write a recursive function printarray that takes an array and the size of the array as arguments and returns nothing. The function should stop processing and return when it receives an array of size zero. .