C Program To Find Biggest Element In An Array using Recursion

preview_player
Показать описание

Write a C program to find biggest element / number in an array using pointers and recursion.

We have covered both these logic in this video tutorial
1. Recursive function with no return type.
2. Recursive function with return type.

Example: Expected Output
Enter 5 integer number
5
2
6
4
3
Biggest Element in the array: 6

C Programming Interview / Viva Q&A List

C Programming: Beginner To Advance To Expert

Join this channel to get access to perks:
Рекомендации по теме
Комментарии
Автор

🙏🙏You are just 👍👍amazing .. 😍😍 very nice video

computerlearningbyargusaca
Автор

Hello, l have a problem with my code, the compiler doesn't recognize my arrays

MohammadmehdimotaharthTh