C Programming Tutorial - 20: Nested if-else Statement

C Programming Tutorial - 20: Nested if-else Statement

The Bad Tutorials

11 лет назад

93,678 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Gagan Dhiman
Gagan Dhiman - 27.08.2023 13:53

Thnx broooo ❤

Ответить
BTFA
BTFA - 13.10.2022 16:37

Good bro

Ответить
Joylin D'Cunha
Joylin D'Cunha - 28.08.2022 06:20

Thanks well explained 👍

Ответить
Ankara Messi
Ankara Messi - 24.06.2022 13:55

Why not like this? : if(a==1) {
printf("You entered 1");
}
else if (a==2) { printf("You entered 2");
}
Else
{ Printf("Wrong number!");
}

Ответить
mapins
mapins - 06.02.2022 21:14

can u explain why you would use...nest this instead of just doing?
if _
else if _
else _

Ответить
johnpaul bayok
johnpaul bayok - 10.11.2021 08:56

Do this sir please ..
Program that will ask a user to enter his/her age and gender. If the user is male with an age greater than 17 print "Hello", If the user is female with an age greater than 17 print "Hi", else print "error".

Ответить
MiTiOR
MiTiOR - 09.07.2021 20:37

Thank you

Ответить
Droomahbroo
Droomahbroo - 01.06.2020 19:07

AMAZING tutorial! Thanks so much!!!

Ответить
Sutanu Ganguly
Sutanu Ganguly - 12.04.2020 08:00

Hi

Can you please help me to understand
If (x& y)
Print x
Else
Print y

Ответить
study of science and technology
study of science and technology - 03.08.2019 18:51

I am seeing this video in 2019

Ответить
Crimson King
Crimson King - 28.08.2018 08:17

I keep getting code will never be executed.

Ответить
Alreen Panaga
Alreen Panaga - 24.08.2014 12:38

What software is this?

Ответить
Emily K
Emily K - 22.09.2013 15:32

The best beginner's tutorial I've seen!

Ответить
sumanth kumar
sumanth kumar - 21.02.2013 03:08

thanks!

Ответить
Manav Kaushal
Manav Kaushal - 30.01.2013 14:11

great job!

Ответить