Nested if else statement in C programming | Ternary operator in C | AnyBody can Code | #6

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

Episode 6 of the AnyBody can Code series.

In this episode, we will write a code to find the greatest of 3 numbers while using nested if, ternary operators, relational operators.

We'll see how there are multiple ways to solve a single question and how we must choose the best approach.

*********************************
Quick Links To Boost Your Programming Prep:

*********************************
Рекомендации по теме
Комментарии
Автор

I don't have good encouragement from my clg your channel helping a alot

vamshichinna
Автор

Really healped me a lot to prepare for my recruitment exams❤

ShivamSharma-stox
Автор

brother plz add full concept of c to be prepared for placements i am very new to learn i just njyed and neglected and i came to how imp this coding is and will u plz teach us complete course and detailly abt each and every step then we can understan perfectly upto now its really awesome i am really interested to watch ur videos brother waiting for next bro and i sm gwtting understood by listening ur videos a vry soon did i need to practise still more bro (then only i can learn uh?)

Ghuvbghhk
Автор

Sir please tell the logic decimal numbers convert the Roman numbers

ranjeetyadav
Автор

i need to knw diff among int main, void main like thses so many dpubts bro plz help to learn

Ghuvbghhk
Автор

The nested if statement does not consider when at least two of the inputs are equal, am I right?

tooniatoonia
Автор

I failed my introduction to programming course. Trying to learn as much here

KlevaaOfficialHD
Автор

YOU NEED TO TEACH!!!!
I LOVE YOUR VIDS! IM STUPID AND I CAN UNDERSTAND YOU! LOL!!!

scottlincoln
Автор

Sir in comment code "std::cin"what it means I don't understand it....

karthikeyan
Автор

Sir I try with 4inputs by using AND gate...but I didn't get output...
I can't able to find the mistake....please sir give me anwser

srinupullepu
Автор

Bro what is the condection for 5 variables

pavanv
Автор

Sir I did program that program is greatest of 4 numbers....
I\p...12, 32, 43, 99
O\p..99 is ans

karthikreddygaddam
Автор

Condition for 4 numbers is
a>b? (a>c? (a>d? a:d) : (c>d? c:d)) : ( b>c? (b>d? b:d) : (c>d? c:d));

kondagarialekhya
Автор

Why didn't you declare "storage" in scanf statement?

kondagarialekhya
Автор

Bro u wrote a line 1st else that line i can't understand bro, there is no condition in it how came result, a greater than b, but not C

rakeshsm