C Program To Find First and Second Biggest Element In An Array using Recursion

  Рет қаралды 1,212

Technotip

Technotip

Күн бұрын

technotip.com/...
Lets write a C program to find first and second biggest element/number in an array, without sorting it, and by using recursion.
Example: Expected Output
Enter 5 integer numbers
5
2
6
4
3
First Big: 6
Second Big: 5
C Programming Interview / Viva Q&A List
technotip.com/...
C Programming: Beginner To Advance To Expert
technotip.com/...
Join this channel to get access to perks:
/ @technotipdotorg

Пікірлер: 5
@mohammedmujahid5463
@mohammedmujahid5463 3 жыл бұрын
Bro..you providing best quality videos for learning coding beginners..thanks to you,i am also beginner in c
@technotipDOTorg
@technotipDOTorg 3 жыл бұрын
Thanks for the feedback bro. It means a lot to me. Stay subscribed to our YT channel and blog. And please share our videos with your friends. Thank you once again. Happy Learning 👍
@stephensagarinojr.4170
@stephensagarinojr.4170 3 жыл бұрын
Bro, you're my savior. Thank you!!! you're my online teacher xD
@technotipDOTorg
@technotipDOTorg 3 жыл бұрын
Glad to know that .. 😊 Kindly stay subscribed to our KZbin channel and blog. And please share our videos with your friends.
@stacyhackney6100
@stacyhackney6100 2 жыл бұрын
Thank you
Sieve of Eratosthenes Method To Find Prime Numbers: C Program
23:40
C Programming: Arrays, Pointers and Functions
21:38
Technotip
Рет қаралды 10 М.
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
Modus males sekolah
00:14
fitrop
Рет қаралды 22 МЛН
Prime Numbers using Sieve of Eratosthenes: C Program
18:13
Technotip
Рет қаралды 8 М.
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 629 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
WHY IS THE HEAP SO SLOW?
17:53
Core Dumped
Рет қаралды 223 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 806 М.
String In Char Array VS. Pointer To String Literal | C Programming Tutorial
9:58
Find Maximum of an Array using Recursion | Algorithms in JAVA
9:37