Find the Largest element in array using recursion in c ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Find the Largest element in array using recursion in c ?

10th Nov 2022, 7:22 AM
ANKESH SHAHI
ANKESH SHAHI - avatar
2 ответов
+ 3
Int Largest(array) If length of array is 1 then the largest element is the one. Otherwise the largest element is the maximum of first element in Array and the largest of the rest of the array.
10th Nov 2022, 2:21 PM
Oma Falk
Oma Falk - avatar
+ 5
Your attempt?
10th Nov 2022, 7:47 AM
KrOW
KrOW - avatar