C_30 else if ladder in C | C Programming Tutorials

  Рет қаралды 193,932

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

In this video, I have discussed the else if ladder control statement in C | Syntax, Working, Flowchart, Examples, Programs
Best C Programming Tutorials : • Programming in C
*******************************************
Connect & Contact Me:
My Second Channel Link: bit.ly/354n7C7
Facebook: / jennys-lectures-csit-n...
Quora: www.quora.com/...
Instagram: / jayantikhatrilamba
Twitter: / khatrijenny
*********************************************
More Playlists:
C++ Programming Tutorials: • Lec 1: How to Install ...
Placement Series: • Placements Series
Data Structures and Algorithms: https: • Data Structures and Al...
Design and Analysis of Algorithms(DAA): • Design and Analysis of...
Python Full Course: • Python - Basic to Advance
Printing Pattern in C: • Printing Pattern Progr...
Dynamic Programming: • Dynamic Programming
Operating Systems: // • Operating Systems
DBMS: • DBMS (Database Managem...
#cprogramming #jennyslectures #programming #clanguage #elseif

Пікірлер: 277
@karunakarchary7192
@karunakarchary7192 3 жыл бұрын
One of the best teachers in the world. I love your teaching...
@kakhil1843
@kakhil1843 Жыл бұрын
enti bro antha mata annav
@madhumalipremarathna3038
@madhumalipremarathna3038 4 жыл бұрын
14:20 void main() { char ch ; printf("Enter a lowercase, upper case letter or a number : ") ; scanf("%c" , &ch) ; if(ch>='A' && ch='a' && ch='0' && ch
@yogeshturpinti2112
@yogeshturpinti2112 3 жыл бұрын
nice but where is program satement
@cm5768
@cm5768 2 жыл бұрын
🤣🤣🤣
@muhammadhassanfarooq900
@muhammadhassanfarooq900 2 жыл бұрын
great effort
@ARULJERALDJ
@ARULJERALDJ 2 жыл бұрын
else if(ch>='0'&&ch='9') Printf(%d is correct not %c)
@apputadhiyal9451
@apputadhiyal9451 2 жыл бұрын
If I were to enter 200 as the input here, what result would I get?
@Rohit-oo6vd
@Rohit-oo6vd 4 жыл бұрын
Examples r always awsm that u have taken mam 😂.
@sanjaySTB
@sanjaySTB 2 жыл бұрын
Good observation bro
@aarohim28
@aarohim28 Жыл бұрын
Rut 😂😂😂😂
@aarohim28
@aarohim28 Жыл бұрын
Mam alwys...gives... practical examination 😂😂😂😂
@BIG2025-e2k
@BIG2025-e2k 7 ай бұрын
What dating example 😂😂
@tamiltrendyupdates5706
@tamiltrendyupdates5706 Жыл бұрын
What an explanation, fall in Love with ur teaching mam♥️ Forget the world and connect with the teaching. We indians will we thankful for gotten this gem❣️💫✨ Thankyou mam
@நவீனவிவசாயம்-ட4ண
@நவீனவிவசாயம்-ட4ண 3 жыл бұрын
Dear mam, your teaching was very easily understood but I am from Tamilnadu, so I don't know hindi that much, please continue to speak in English, and your fluency was so good .. this is my humble request...
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
Hope it will be helpful for you.... In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false) So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false) So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false) Else Default statement .she has 10min and they can just meet for 10 mins.
@Seraphelle777
@Seraphelle777 3 жыл бұрын
@@ParamitaDey-bi1mg thank you for the translation 😇
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
@@Seraphelle777 Welcome... It's great that you are benefited by this translation
@Maha_s1999
@Maha_s1999 2 жыл бұрын
@@ParamitaDey-bi1mg Thanks so much for the translation!
@travellerutkarsh4964
@travellerutkarsh4964 3 жыл бұрын
perfect example for multiple conditions 😜😜😜 got it mam , else if concept cleared
@aishwaryapujaraish1841
@aishwaryapujaraish1841 3 жыл бұрын
Ma'am your explanation is very good.....and everything is understanding for me.... thank you ma'am
@sahariarmondal4112
@sahariarmondal4112 3 жыл бұрын
Mam the example was a Masterpiece..... ..I will never forget the else if ladder for this example....
@noone0978
@noone0978 Жыл бұрын
i did this and it worked perfectly( used ascii, but we can also use string) #include int main() { char a; printf("type any character "); scanf("%c",&a); if (a>=65 && a=97 && a=48 && a
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
Miss thanks for teaching all the details of c language .... I am totally depending on you for C language... Miss it is my request .. Please miss I beg to you pls teach in english.... so that students belonging from non hindi states can able to understand what you are teaching... 🙏🙏🙏🙏😣😣😭😭.. Pls miss don't deprived us...pls
@puanabidah
@puanabidah 3 жыл бұрын
13:46 //for assignment #include #include int main() { char ch; printf("input one character you want : "); scanf("%c", &ch); if (ch >= 'a' && ch = 'A' && ch = '0' && ch
@anitham636
@anitham636 3 жыл бұрын
Great.. It's working
@puanabidah
@puanabidah 3 жыл бұрын
@Baba Waris aah yaa, thank you Baba for remind me. I forgot about that😁 yes we must add another variable as int, so by that, we can get the real number, not number in ascii (char)
@BeautyofLanguage
@BeautyofLanguage 3 жыл бұрын
This isn't working. I didn't get the desired output.
@rohithsamratbiradar134
@rohithsamratbiradar134 3 жыл бұрын
If you know program without using (logical and) operater
@puanabidah
@puanabidah 3 жыл бұрын
@@rohithsamratbiradar134 sorry, what do you mean?
@akhilareddy3489
@akhilareddy3489 4 жыл бұрын
nice explaination. And the way of teaching nd the way of explaing nd that examples ur giving r just AWSOME.. Mam... im learning C from ur videos only mam.. THanks A LOT...
@Shrikeshsalunkhe
@Shrikeshsalunkhe 2 жыл бұрын
I am mechanical student but I got interest in learning C language because of you only. I am watching all advertisement for you only
@coderharsh2327
@coderharsh2327 2 жыл бұрын
ma'am aaj pta chala aap hindi bhi bolte ho 😅 aur kaafi achi hindi bolte ho ☺ genuinely u r the best ma'am ❤
@Z.mahesh6748
@Z.mahesh6748 Жыл бұрын
Amazing 😮😮😮😮😊😊😊😊😊 teaching mam I am fan of you
@adityasharma735
@adityasharma735 Жыл бұрын
assignment ans .... #include int main(){ char a ; printf("enter any character : "); scanf("%c",&a); if (a>='a'&&a='A'&&a='0'&&a
@manishbailwal2580
@manishbailwal2580 3 жыл бұрын
Mam in this lecture first time i heard hindi in your vedio and i felt surprised 😂 because i am used to of your English , And your eng is even better than your hindi 👍 I am a student of btec computer science 1st year and i am really enjoying your concepts . Thanku 🤩
@chandanbharti5207
@chandanbharti5207 3 жыл бұрын
Thanks for the amazing explanation 😊
@iankamandew9777
@iankamandew9777 2 жыл бұрын
hey jenny, you have massive audience globally, i personally use ur videos for c.... in future, concider some of us who dont understand hindu.
@victors3989
@victors3989 4 жыл бұрын
Jai Jenny ma'am for helping students
@ahmadshafique8453
@ahmadshafique8453 2 жыл бұрын
That's good teaching maim and absolutely I understood and what do You say that i better than understand but u r so good looking despite you are genius at least I know better maim thanks so much
@arpanmukherjeee3915
@arpanmukherjeee3915 Жыл бұрын
#include int main() { char input; printf("Give the input:"); scanf("%c",&input); if(input>='A' && input='a' && input=48 && input
@RahulGupta-ey3zn
@RahulGupta-ey3zn 2 жыл бұрын
SUPER MAM EXPLAIN ..................AMAZING EXPLANATION ..................
@saakshisingh7435
@saakshisingh7435 3 жыл бұрын
Your explanation is awesome ☺️☺️☺️☺️
@TUCSARVINDKUMARS
@TUCSARVINDKUMARS 4 жыл бұрын
I was daily wating fir u r class pls mam reply fast mam
@simplemathematics3189
@simplemathematics3189 4 жыл бұрын
Mam your methodology is very good
@AshokReddy-uj5iq
@AshokReddy-uj5iq Жыл бұрын
Simply super 😊
@hanmadragoniod4445
@hanmadragoniod4445 3 жыл бұрын
the example of real life scenerio hehehe. thats really funny
@sandman9999
@sandman9999 2 жыл бұрын
Woo woo.. Foreigners here also Ma'm. Don't whiper secrets..😁😁❤️
@Denbl-du7mr
@Denbl-du7mr 8 ай бұрын
Even if you add Hindi i still understand though im from Kenya great teaching model congrats
@abhinaykoripuri6889
@abhinaykoripuri6889 Жыл бұрын
#include int main() { char input; printf("Please enter the input here:"); scanf("%c",&input); if(input >= 'A' &&input ='a' &&input 47&&input
@priyanshunandan9648
@priyanshunandan9648 4 жыл бұрын
Best teacher i have ever meet 👌! 👩‍🏫‍
@priyanshusaini8180
@priyanshusaini8180 2 жыл бұрын
you are great mam ❤
@sivadarling293
@sivadarling293 2 жыл бұрын
Super mam your explain awesome👍 mam. all ways be 😊
@madhuvajjarala9723
@madhuvajjarala9723 3 жыл бұрын
Your teaching and voice excellent mam
@NareshSirohi1
@NareshSirohi1 10 ай бұрын
Mam hum to always free hai aapke liye ❤
@wahabolayinka2246
@wahabolayinka2246 Жыл бұрын
Thanks for the videos
@Logan-ig7sm
@Logan-ig7sm Жыл бұрын
#include main() { char m; printf("enter a number or alphabet "); scanf("%d",&m); if(m>=0 && m96 && m=65 && m
@sjena0063
@sjena0063 3 жыл бұрын
the amazing teaching skill
@18fatima15
@18fatima15 11 ай бұрын
#include int main() { char ch ; printf("Enter a lowercase, upper case letter or a number : ") ; scanf("%c" , &ch) ; if(ch>='A' && ch='a' && ch='0' && ch
@satishprasadyadav
@satishprasadyadav Жыл бұрын
Thank you so much mam.
@bimglobal8405
@bimglobal8405 Жыл бұрын
Thank you 💘❤❤❤❤
@ritual.boy097
@ritual.boy097 2 жыл бұрын
Just start the video from 02:35.
@brindhavenugopal4395
@brindhavenugopal4395 4 жыл бұрын
madam your teaching is phenomenal
@prabhuyaswanth
@prabhuyaswanth 2 ай бұрын
From Tamil nadu ❤
@shinyrao2786
@shinyrao2786 3 жыл бұрын
You re really awesome mam🥰❤️
@sshrek1996
@sshrek1996 Жыл бұрын
#include void main() { // Write C code here int a; a = getchar(); //Comparing ASCII Values of entered character if(a>=97 && a=65 && a=48 && a
@PrajwalEDU24
@PrajwalEDU24 4 ай бұрын
Bow can character is displayed without char datatype??
@sshrek1996
@sshrek1996 4 ай бұрын
@@PrajwalEDU24 Character is not displayed. ASCII value of the entered character is compared.
@PrajwalEDU24
@PrajwalEDU24 4 ай бұрын
@@sshrek1996 ha ok But we can use char a; Bcz it can store upto 127 then it will easy!
@sshrek1996
@sshrek1996 4 ай бұрын
@@PrajwalEDU24 Sure!
@OpGamer-lq3pi
@OpGamer-lq3pi Жыл бұрын
Maam pls tell in English we are don't understand hindi because we are from Karnataka and other states . (your teaching is good❤)
@praveenthammishetti6342
@praveenthammishetti6342 7 ай бұрын
#include Void main() { Int a; Printf("Enter any number"); Scanf("%d",a); If(a>=65&&a=97&&a=48&&a=0&&a=58&&a=91&&a
@sharanxxxx
@sharanxxxx Жыл бұрын
#include int main() { char n; printf("Enter the Alphabet/number: "); scanf("%c",&n); if(n>='A' && n='a' && n=48 && n
@bhargavipilli4489
@bhargavipilli4489 3 жыл бұрын
Thanks alot mam for your amazing teaching and please make a video on assignment also mam please
@omkarmule9
@omkarmule9 2 жыл бұрын
coffee movie nd 10 mints ...all about experience
@gangakoreddy2783
@gangakoreddy2783 5 ай бұрын
Nice example ma'am 😂🤣
@neerajverma325
@neerajverma325 Жыл бұрын
#include int main() { int marks; printf("Enter your marks of 12th class:"); scanf("%d", &marks); if(marks>=95) { printf("Grade is A+."); } else if(marks>=90) { printf("Grade is A."); } else if(marks>=80) { printf("Grade is B."); } else if(marks>=70) { printf("Grade is C."); } else if(marks>=60) { printf("Grade is D"); } else { printf("Very Bad"); } return 0; }
@VenkateshwariVislavath
@VenkateshwariVislavath Жыл бұрын
Mam will you just give a hint of writing a program of upper case and lower case and all
@johnson1153
@johnson1153 3 ай бұрын
Mam I'm from Andhra Pradesh and I don't understand the Hindi please tell the examples also in the English language it is the humble request mam
@isaac-victorshonowo1838
@isaac-victorshonowo1838 Жыл бұрын
I should learn to speak Indian language... I love the way you speak it, though I didn't understand a thing of what was said 🤣 Watched and Understood ❤
@sumansaha4342
@sumansaha4342 Жыл бұрын
mam's hidden smile is awesome
@pubgplayer-fo3rj
@pubgplayer-fo3rj Жыл бұрын
with java (this tutorial is really good and because they are similar, so we can learning java with this ) char x; System.out.println("introduce x"); x=scanner.next().charAt(0); if (Character.isUpperCase(x)) { System.out.println("es mayúscula"); } else if (Character.isLowerCase(x)) { System.out.println("es minúscula"); } else if (Character.isDigit(x)) { System.out.println("es número"); } else { System.out.println("x es un símbolo"); } scanner.close();
@user-uu6xe5rx5m
@user-uu6xe5rx5m 3 жыл бұрын
Mam it is better to write code on system and we will understand easily by seeing output mam
@aryangurjar562
@aryangurjar562 3 жыл бұрын
Very well explained..
@thomasboisson5429
@thomasboisson5429 2 жыл бұрын
just a correction: at first you said statement x will be executed if all others are false. No, statement x is ALWAYS executed. Thks for the good work.
@Darling_444_yt
@Darling_444_yt 3 жыл бұрын
Beautiful ❣️
@prafullkale2555
@prafullkale2555 Жыл бұрын
void main() { char ch; printf("Enter any Uppercase, Lowercase, Special Character Or any 0 to 1 number "); scanf("%c", &ch); if (ch >= 65 && ch = 97 && ch = 33 && ch
@story.teller.hubzss
@story.teller.hubzss Жыл бұрын
I am from bba but still watching it😁😂
@LakshyaAvani
@LakshyaAvani 4 жыл бұрын
Mam...can you take full class in english....because iam a malayali...I didn't understand the real time example Which you explain for else if ladder
@ParamitaDey-bi1mg
@ParamitaDey-bi1mg 3 жыл бұрын
Hope it will be helpful for you.... In the example .. Miss told "Suppose you ask a girl if she is free for whole day then both of them can go to watch movies then have launch and then dinner ... She said no.( 1st condition is false) So again he asked if she is free for 4 to 6 hrs then both of them can go to watch movie and can have launch only... She said no.(2nd condition is false) So again he asked if she is free 2hrs then they can go for a coffee she said no.(3rd condition false) Else Default statement .she has 10min and they can just meet for 10 mins.
@GopalSingh-gx5jm
@GopalSingh-gx5jm 3 жыл бұрын
Hey bro, 1st time mam used any example in hindi in this series of C and you intruppted her. Please note that you are an Indian and you have to know atleast little bit Hindi . Don't be behave like stranger 😠. I am sure you understand little bit Hindi but you are showing in comments sections that you are hearing 1st time any example in Hindi language. Please respect our basic language 'Hindi' 🙏🏻🙏🏻
@vishaldzn9817
@vishaldzn9817 2 жыл бұрын
Example 🔥
@yagsen
@yagsen Жыл бұрын
3:05 😂😂😂😂 she said no
@meghasinha1706
@meghasinha1706 3 жыл бұрын
Awsmmmm lecture everrre
@nnn2477
@nnn2477 3 жыл бұрын
Mam i really loved your way of teaching..pls tell me why you wrote "get ch()" at the end of the source code of the example
@shivalathanagula7153
@shivalathanagula7153 3 жыл бұрын
To hold the console screen.
@nnn2477
@nnn2477 3 жыл бұрын
@@shivalathanagula7153 tq
@adhinarayana8010
@adhinarayana8010 4 жыл бұрын
Thank u mam 😊
@Maha_s1999
@Maha_s1999 2 жыл бұрын
Prof Jenny, we guessed you were talking about dating. I am a mum and can handle it in English 😁
@prajjawalagrawal4023
@prajjawalagrawal4023 3 жыл бұрын
Pls discuss Solution of assignment q.
@vinaymalik5437
@vinaymalik5437 4 жыл бұрын
mam please complete the playlist of DAA as soon as possible
@richiagrawal1616
@richiagrawal1616 2 жыл бұрын
Hello Ma'am, First of all Thankyou very much for providing the crux of all your years of hardwork in few minutes in a lecture. Ma'am I have a doubt from your assignment. Which datatype can be used to get a alphanumeric+character as input in 1 scanf? Also, which operator is used to check that number is between a-z or A-Z or 0-9? DO i need to type all alphabets with|| in between? Kindly clear my doubt. Again Thankyou very much for such a great social service.😀
@krishnagojiya9537
@krishnagojiya9537 Жыл бұрын
(ch>='A' && ch
@premraj1456
@premraj1456 4 жыл бұрын
Fully understand mam
@udayuday6457
@udayuday6457 2 жыл бұрын
Love you Mam
@karanampoojitha5100
@karanampoojitha5100 Жыл бұрын
#include int main() { char ch; printf("enter character"); scanf("%c",&ch); printf("character value is %d",ch); if(ch>96) printf("is small letter"); else if(ch>64) printf("capital letter"); else if(ch>0) printf("integer"); else printf("no correct value"); return 0; }
@PrajwalAmbulgi-vf4yk
@PrajwalAmbulgi-vf4yk 8 ай бұрын
#include #include void main() { int marks; printf("Enter your marks"); scanf("%d",&marks); if(marks>=35) { printf("Yoyr marks is %d and your grade is C "); } else if(marks>=35 && marks65 && marks85 && marks
@durgfestivalvibes
@durgfestivalvibes 4 жыл бұрын
Thanks mam.
@sureshputtapaga7486
@sureshputtapaga7486 3 жыл бұрын
Mam please explain program on alphabets and numbers using else if ladder
@ryanahmed-z7m
@ryanahmed-z7m Ай бұрын
Mam has only two expressions tense or shocked 😂
@honeysinoriya8026
@honeysinoriya8026 3 жыл бұрын
Thnq mam its very helpful 😊
@thekaushal5891
@thekaushal5891 3 жыл бұрын
Aap itni beautiful kyun ho.. Samjh ni aata board dekhu ya apka face ❤️😍
@shriharimutalik3231
@shriharimutalik3231 4 жыл бұрын
Make videos about computational complexity of deep learning networks , we are waiting for it .. we are going to pay for it
@Saichikeneater
@Saichikeneater Жыл бұрын
Beauty with brain
@AliHamza-g8j8k
@AliHamza-g8j8k Жыл бұрын
#include #include int main(){ char a; printf("Enter a: "); scanf("%c",&a); if(a>=48 && a='A' && a='a' && a
@AliHamza-g8j8k
@AliHamza-g8j8k Жыл бұрын
ok Ma'am
@tithighosh2169
@tithighosh2169 4 жыл бұрын
Ma'am please upload videos of pointers in c
@poojainchanalkar384
@poojainchanalkar384 4 жыл бұрын
Please make the video on gate cse books
@madhankumar__2131
@madhankumar__2131 3 жыл бұрын
Good...
@balkrishnabane1392
@balkrishnabane1392 2 жыл бұрын
#include #include int main() { char c; printf("Enter a character: "); scanf("%c", &c); if(c>=64 && c=97 && c=48 && c
@swatiyadav3388
@swatiyadav3388 3 жыл бұрын
Mam if we don't use curly braces then there is error.....
@lovestatusofficial5154
@lovestatusofficial5154 Жыл бұрын
#include #include void main(){ char ch; printf("enter the number or character to find type "); ch=getche(); if(ch>='A'&&ch=0&&ch='a'&&ch
@continnum_radhe-radhe
@continnum_radhe-radhe 2 жыл бұрын
🔥🔥🔥
@sachingupta-nm3vx
@sachingupta-nm3vx 4 жыл бұрын
tq mam
@arsn22
@arsn22 4 жыл бұрын
So nice video medam ji
@LavanyaV-k6u
@LavanyaV-k6u Жыл бұрын
Mam where we should enter the marks in programming
@upendrabhai3225
@upendrabhai3225 3 жыл бұрын
I love you Jeeny ma'am
@sakshinikhade8c544
@sakshinikhade8c544 3 күн бұрын
hello mam, good morning..I am not able to do the assignment please help me with it...
@ashutoshsahu8821
@ashutoshsahu8821 10 ай бұрын
You have to use break statement..
C_31 Switch Statement In C | C Programming Tutorials
22:48
Jenny's Lectures CS IT
Рет қаралды 318 М.
C_29 Nested If in C | C Programming Tutorials
15:07
Jenny's Lectures CS IT
Рет қаралды 241 М.
Minecraft: Who made MINGLE the best? 🤔 #Shorts
00:34
Twi Shorts
Рет қаралды 46 МЛН
Drink Matching Game #игры #games #funnygames #умныеигры #matching #игрыдлякомпании #challenge
00:26
String Competition for iPhone! 😱
00:37
Alan Chikin Chow
Рет қаралды 29 МЛН
It's the natural ones that are the most beautiful#Harley Quinn #joker
01:00
Harley Quinn with the Joker
Рет қаралды 19 МЛН
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 977 М.
How to Stop Procrastinating and Finally Take Action
16:31
Ali Abdaal
Рет қаралды 200 М.
I Spent 100 Hours Inside The Pyramids!
21:43
MrBeast
Рет қаралды 77 МЛН
C_27 If Statement in C | C Programming Tutorials
20:56
Jenny's Lectures CS IT
Рет қаралды 443 М.
C_34 For loop in C  | C Programming Tutorials
11:34
Jenny's Lectures CS IT
Рет қаралды 407 М.
#9: If Else Statements in C | C Programming for Beginners
12:28
Programiz
Рет қаралды 224 М.
Conditionals (if-else, Nested if and else if)
8:10
Neso Academy
Рет қаралды 387 М.
Minecraft: Who made MINGLE the best? 🤔 #Shorts
00:34
Twi Shorts
Рет қаралды 46 МЛН