2nd Largest and 2nd Smallest element in an array ( C Program)

preview_player
Показать описание
Technical lectures by Shravan Kumar Manthri.
Watch "Patterns in C- Tips & Tricks " in the following link...

You can watch "Tricky 150 mcqs in C" in the following link

Technical lectures by Shravan Kumar Manthri.
Watch Technical C programming

Watch Data Warehousing & Data Mining

Watch Design & Analysis of Algorithms

Watch Formal Languages & Automata theory

Like us on fb: CSE GURUS

This video explains 2nd Largest and 2nd Smallest element in an array with execution. #ShravankumarManthri#CSEGURUS #ShravankumarManthri#CSEGURUS
Рекомендации по теме
Комментарии
Автор

Thank u so much sir ❤️ ur building a very good career for the students by ur excellent classes 🙏🙏🙏

-AshwithaAlladi
Автор

I liked your video. Thanks for sharing.

technbyond
Автор

why you declare l1 and l2 as INT_MIN in q1, i don't know how to explain it

tspicy
Автор

This code has a small Mistake Sir,
inside else if condition (a[i]>=l2 && a[i]<l1) is wrong;
instead of a[i]>=l2 we can use a[i]!=l2;
in other case like a[6]={23, 30, 48, 11, 86, 70}, the Answer is Wrong pls recorrect!
The Corrected else if condition ((a[i]!=l2 && a[i]>l1)

irfankoya
Автор

Same question with sorting cheppandi sir

kalpanabadri