16 - NESTED IF - C PROGRAMMING

preview_player
Показать описание
Placing if inside the if else is called nested if else.
Рекомендации по теме
Комментарии
Автор

Your explanation is so clear understandable we gain well knowledge from you ....thanks alot sir

cjoy
Автор

Your explanation with examples is interesting sir and thank you for establishing of your YouTube channel

thotakarthiknagaraju
Автор

Thanku! very much sir
The way of your explanation is very nice.

prajwalgudiyankar
Автор

ur explanation is very clear to understand the concept sir, thank you so much.

bachalakurisumathi
Автор

your explanation is perfect Sir, thanks so

BiqSam
Автор

sir I am from kerala your class is well explained thank you for your interesting class

sourav_krishna.
Автор

Superb.explanation technique sir
Thank u so much

aishwaryamujage
Автор

Tq bro superb explanation
Better than the best 😉😉

Phaneendra_raagu
Автор

super ji super ji super ji...Awesome LECTURER

Vasanth-vrvt
Автор

thank you sir thank you so much ....my teacher teaches me but also sir i watch your lectures...

huzaif
Автор

thankyou sir.
love you sir
thank you thank you very much

smdarshadali
Автор

sir, can u please explain this to me -> According to the Gregorian calendar, it was Monday on the
date 01/01/1900. If any year is input through the keyboard
write a program to find out what is the day on 1st January of
this year

AkshayNandanwar-kc
Автор

If (n1>n2)
{
If (n1>n3)
{
Printf ( " n1 is large) ;
}
Else
{
Printf ( "n3 is large") ;
}
}
Where, n1 = 30
n2 = 20
n3 = 40 which part we will take pls tell me

maddampravalika
Автор

can we put calculation statement after the first " if "? then we put " if " after that..
if THEN

if

like this?

Natasha-jcgp
Автор

thank you sir thank you so much for ur great explanation

abdirashidosman
Автор

in decision control statements topic you told don't write condition in else statement but in the nested if topic you wrote condition under the else, can you explain sir.

bachalakurisumathi
Автор

In this program why can't we use int main

Pooja-jdjc
Автор

Sir can you please upload a video to find frequency of appearing an element in an array. Like how many numbers are occurring the number of times.

anannyaguha
Автор

Hi sir
In previous video u told, in else part we should not write any conditional operator. In nested if you are writing.plz explain...

dhanajaydhanu
Автор

In second example directly wrote scan f (is it correct)

manohargoud