Largest Element in an Array Using Recursion

# Introduction This lab will walk you through the process of finding the largest element in an array using recursion. The C program will prompt the user to enter the size of the array, then input the elements of the array, followed by outputting the largest element of the array.

|60 : 00

Click the virtual machine below to start practicing