Video není dostupné.
Omlouváme se.

C_30 else if ladder in C | C Programming Tutorials

Sdílet
Vložit
  • čas přidán 10. 01. 2021
  • 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

Komentáře • 263

  • @madhumalipremarathna3038
    @madhumalipremarathna3038 Před 3 lety +194

    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

  • @Rohit-oo6vd
    @Rohit-oo6vd Před 3 lety +167

    Examples r always awsm that u have taken mam 😂.

    • @sanjaySTB
      @sanjaySTB Před rokem +3

      Good observation bro

    • @aarohim28
      @aarohim28 Před rokem +1

      Rut 😂😂😂😂

    • @aarohim28
      @aarohim28 Před rokem +2

      Mam alwys...gives... practical examination 😂😂😂😂

    • @user-zt2sf5vk2w
      @user-zt2sf5vk2w Před měsícem

      What dating example 😂😂

  • @karunakarchary7192
    @karunakarchary7192 Před 3 lety +79

    One of the best teachers in the world.
    I love your teaching...

  • @tamiltrendyupdates5706
    @tamiltrendyupdates5706 Před rokem +10

    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

  • @aishwaryapujaraish1841
    @aishwaryapujaraish1841 Před 3 lety +12

    Ma'am your explanation is very good.....and everything is understanding for me.... thank you ma'am

  • @travellerutkarsh4964
    @travellerutkarsh4964 Před 3 lety +12

    perfect example for multiple conditions 😜😜😜 got it mam , else if concept cleared

  • @user-wp8qe1hr5x
    @user-wp8qe1hr5x Před 3 lety +9

    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 Před 2 lety +7

      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.

    • @suga3202
      @suga3202 Před 2 lety +1

      @@ParamitaDey-bi1mg thank you for the translation 😇

    • @ParamitaDey-bi1mg
      @ParamitaDey-bi1mg Před 2 lety +1

      @@suga3202 Welcome... It's great that you are benefited by this translation

    • @Maha_s1999
      @Maha_s1999 Před rokem

      @@ParamitaDey-bi1mg Thanks so much for the translation!

  • @puanabidah2041
    @puanabidah2041 Před 2 lety +14

    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 Před 2 lety

      Great.. It's working

    • @puanabidah2041
      @puanabidah2041 Před 2 lety

      @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 Před 2 lety +1

      This isn't working. I didn't get the desired output.

    • @rohithsamratbiradar134
      @rohithsamratbiradar134 Před 2 lety

      If you know program without using (logical and) operater

    • @puanabidah2041
      @puanabidah2041 Před 2 lety

      @@rohithsamratbiradar134 sorry, what do you mean?

  • @arpanmukherjeee3915
    @arpanmukherjeee3915 Před rokem +13

    #include
    int main()
    {
    char input;
    printf("Give the input:");
    scanf("%c",&input);
    if(input>='A' && input='a' && input=48 && input

  • @sahariarmondal4112
    @sahariarmondal4112 Před 2 lety +3

    Mam the example was a Masterpiece.....
    ..I will never forget the else if ladder for this example....

  • @noone0978
    @noone0978 Před rokem +4

    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

  • @akhilareddy3489
    @akhilareddy3489 Před 3 lety +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...

  • @chandanbharti5207
    @chandanbharti5207 Před 3 lety +10

    Thanks for the amazing explanation 😊

  • @ParamitaDey-bi1mg
    @ParamitaDey-bi1mg Před 2 lety +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

  • @manishbailwal2580
    @manishbailwal2580 Před 2 lety +7

    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 🤩

  • @victors3989
    @victors3989 Před 3 lety +5

    Jai Jenny ma'am for helping students

  • @Shrikeshsalunkhe
    @Shrikeshsalunkhe Před 2 lety +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

  • @sshrek1996
    @sshrek1996 Před rokem +2

    #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

  • @saakshisingh7435
    @saakshisingh7435 Před 3 lety +3

    Your explanation is awesome ☺️☺️☺️☺️

  • @simplemathematics3189
    @simplemathematics3189 Před 3 lety +3

    Mam your methodology is very good

  • @TUCSARVINDKUMARS
    @TUCSARVINDKUMARS Před 3 lety +3

    I was daily wating fir u r class pls mam reply fast mam

  • @iankamandew9777
    @iankamandew9777 Před 2 lety +1

    hey jenny, you have massive audience globally, i personally use ur videos for c.... in future, concider some of us who dont understand hindu.

  • @adityasharma735
    @adityasharma735 Před 7 měsíci +2

    assignment ans ....
    #include
    int main(){
    char a ;
    printf("enter any character : ");
    scanf("%c",&a);
    if (a>='a'&&a='A'&&a='0'&&a

  • @Z.mahesh6748
    @Z.mahesh6748 Před 6 měsíci

    Amazing 😮😮😮😮😊😊😊😊😊 teaching mam I am fan of you

  • @LakshyaAvani
    @LakshyaAvani Před 3 lety +12

    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 Před 2 lety +8

      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 Před 2 lety +1

      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'
      🙏🏻🙏🏻

  • @RahulGupta-ey3zn
    @RahulGupta-ey3zn Před rokem

    SUPER MAM EXPLAIN ..................AMAZING EXPLANATION ..................

  • @madhuvajjarala9723
    @madhuvajjarala9723 Před 3 lety +1

    Your teaching and voice excellent mam

  • @sjena0063
    @sjena0063 Před 2 lety +1

    the amazing teaching skill

  • @coderharsh2327
    @coderharsh2327 Před 2 lety

    ma'am aaj pta chala aap hindi bhi bolte ho 😅
    aur kaafi achi hindi bolte ho ☺
    genuinely u r the best ma'am ❤

  • @abhinaykoripuri6889
    @abhinaykoripuri6889 Před 9 měsíci +1

    #include
    int main() {
    char input;
    printf("Please enter the input here:");
    scanf("%c",&input);
    if(input >= 'A' &&input ='a' &&input 47&&input

  • @hanmadragoniod4445
    @hanmadragoniod4445 Před 3 lety +1

    the example of real life scenerio hehehe. thats really funny

  • @AshokReddy-uj5iq
    @AshokReddy-uj5iq Před rokem +1

    Simply super 😊

  • @ahmadshafique8453
    @ahmadshafique8453 Před 2 lety

    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

  • @brindhavenugopal4395
    @brindhavenugopal4395 Před 3 lety +3

    madam your teaching is phenomenal

  • @sivadarling293
    @sivadarling293 Před rokem +1

    Super mam your explain awesome👍 mam. all ways be 😊

  • @richiagrawal1616
    @richiagrawal1616 Před rokem +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.😀

  • @sharanxxxx
    @sharanxxxx Před rokem +2

    #include
    int main()
    {
    char n;
    printf("Enter the Alphabet/number: ");
    scanf("%c",&n);

    if(n>='A' && n='a' && n=48 && n

  • @shinyrao2786
    @shinyrao2786 Před 3 lety +2

    You re really awesome mam🥰❤️

  • @Denbl-du7mr
    @Denbl-du7mr Před 2 měsíci

    Even if you add Hindi i still understand though im from Kenya great teaching model congrats

  • @priyanshunandan9648
    @priyanshunandan9648 Před 3 lety +2

    Best teacher i have ever meet 👌! 👩‍🏫‍

  • @priyanshusaini8180
    @priyanshusaini8180 Před rokem +1

    you are great mam ❤

  • @bhargavipilli4489
    @bhargavipilli4489 Před 2 lety +1

    Thanks alot mam for your amazing teaching and please make a video on assignment also mam please

  • @user-uu6xe5rx5m
    @user-uu6xe5rx5m Před 2 lety +1

    Mam it is better to write code on system and we will understand easily by seeing output mam

  • @nnn2477
    @nnn2477 Před 3 lety +1

    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

  • @ritual.boy097
    @ritual.boy097 Před rokem +2

    Just start the video from 02:35.

  • @user-rb4hs1zo6w
    @user-rb4hs1zo6w Před 6 měsíci

    Mam will you just give a hint of writing a program of upper case and lower case and all

  • @lovestatusofficial5154
    @lovestatusofficial5154 Před 11 měsíci +2

    #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

  • @prafullkale2555
    @prafullkale2555 Před rokem +1

    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

  • @wahabolayinka2246
    @wahabolayinka2246 Před rokem

    Thanks for the videos

  • @thomasboisson5429
    @thomasboisson5429 Před 2 lety +4

    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.

  • @swatiyadav3388
    @swatiyadav3388 Před 2 lety +1

    Mam if we don't use curly braces then there is error.....

  • @satishprasadyadav
    @satishprasadyadav Před rokem

    Thank you so much mam.

  • @aryangurjar562
    @aryangurjar562 Před 3 lety

    Very well explained..

  • @sumansaha4342
    @sumansaha4342 Před 8 měsíci

    mam's hidden smile is awesome

  • @izel_5
    @izel_5 Před 11 měsíci

    Thank you mam ❤

  • @sandman9999
    @sandman9999 Před rokem

    Woo woo.. Foreigners here also Ma'm. Don't whiper secrets..😁😁❤️

  • @prajjawalagrawal4023
    @prajjawalagrawal4023 Před 3 lety +1

    Pls discuss Solution of assignment q.

  • @isaac-victorshonowo1838
    @isaac-victorshonowo1838 Před 10 měsíci

    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 ❤

  • @karanampoojitha5100
    @karanampoojitha5100 Před rokem +3

    #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;
    }

  • @vinaymalik5437
    @vinaymalik5437 Před 3 lety +1

    mam please complete the playlist of DAA as soon as possible

  • @OpGamer-lq3pi
    @OpGamer-lq3pi Před 8 měsíci

    Maam pls tell in English we are don't understand hindi because we are from Karnataka and other states . (your teaching is good❤)

  • @NareshSirohi1
    @NareshSirohi1 Před 4 měsíci

    Mam hum to always free hai aapke liye ❤

  • @CHILL_BRO11
    @CHILL_BRO11 Před 2 lety +1

    Beautiful ❣️

  • @18fatima15
    @18fatima15 Před 4 měsíci +1

    #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

  • @meghasinha1706
    @meghasinha1706 Před 3 lety

    Awsmmmm lecture everrre

  • @bimglobal8405
    @bimglobal8405 Před rokem

    Thank you 💘❤❤❤❤

  • @neerajverma325
    @neerajverma325 Před 8 měsíci

    #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;
    }

  • @tithighosh2169
    @tithighosh2169 Před 3 lety +1

    Ma'am please upload videos of pointers in c

  • @omkarmule9
    @omkarmule9 Před 2 lety

    coffee movie nd 10 mints ...all about experience

  • @sayirikavya5873
    @sayirikavya5873 Před 2 lety

    Mam...why can't we keep curly braces at the beggining nd ending of if statements....bcz block of statements should be executed know

  • @MuskanGupta-xc3ot
    @MuskanGupta-xc3ot Před 3 lety +2

    Assignment qus. Plz explane mam

  • @shivasmart967
    @shivasmart967 Před rokem

    tq mam

  • @premraj1456
    @premraj1456 Před 3 lety

    Fully understand mam

  • @pubgplayer-fo3rj
    @pubgplayer-fo3rj Před 11 měsíci

    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();

  • @adhinarayana8010
    @adhinarayana8010 Před 3 lety

    Thank u mam 😊

  • @veg.foodhub132
    @veg.foodhub132 Před rokem +1

    I am from bba but still watching it😁😂

  • @ececse
    @ececse Před rokem

    thankyou mam🙏

  • @honeysinoriya8026
    @honeysinoriya8026 Před 3 lety +1

    Thnq mam its very helpful 😊

  • @nasirkhatib3836
    @nasirkhatib3836 Před rokem

    Thanks mam

  • @sureshputtapaga7486
    @sureshputtapaga7486 Před 3 lety

    Mam please explain program on alphabets and numbers using else if ladder

  • @durgfestivalvibes
    @durgfestivalvibes Před 3 lety

    Thanks mam.

  • @Unknown-uo7yy
    @Unknown-uo7yy Před 2 lety +2

    share program for a-z,A-Z,0-9 assignment frnds

  • @vishaldzn9817
    @vishaldzn9817 Před rokem

    Example 🔥

  • @shriharimutalik3231
    @shriharimutalik3231 Před 3 lety

    Make videos about computational complexity of deep learning networks , we are waiting for it .. we are going to pay for it

  • @praveenthammishetti6342
    @praveenthammishetti6342 Před měsícem

    #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

  • @ashutoshsahu8821
    @ashutoshsahu8821 Před 4 měsíci

    You have to use break statement..

  • @poojainchanalkar384
    @poojainchanalkar384 Před 3 lety

    Please make the video on gate cse books

  • @user-ym8gf3je2k
    @user-ym8gf3je2k Před 8 měsíci

    Mam where we should enter the marks in programming

  • @udayuday6457
    @udayuday6457 Před rokem

    Love you Mam

  • @PaulineR-xs3kx
    @PaulineR-xs3kx Před rokem

    why getch(); is being ued without any use in it?

  • @seajon2002
    @seajon2002 Před 2 lety +5

    Here is the solution:
    #include
    int main(){
    char x;
    printf("Enter any number or charecter or special cherecter: ");
    scanf("%c",&x);
    if(x>=65&&x=97&&x=32&&x

  • @sai-sl1ji
    @sai-sl1ji Před rokem

    Beauty with brain

  • @thesegunadeleke
    @thesegunadeleke Před rokem +4

    #include
    /** A Program to check if input character
    * is upper case, lower case or a number
    * using the if elseif condition statements
    */
    void main()
    {
    //declare the variables
    char character;
    int code;
    //scanf collects character from user
    printf("Please, input a character here: ");
    scanf("%c", &character);
    //code is assigned ascii code of variable character value.
    code = character;
    //the ifelseif conditions.
    if(code > 96 && code < 123)
    printf("This is a lower case character");
    else if(code > 64 && code < 91)
    printf("This is upper case");
    else if(code > 47 && code < 58)
    printf("This is a number");
    else
    printf("Can't identify character");
    }

  • @madhankumar__2131
    @madhankumar__2131 Před 2 lety

    Good...

  • @sherin_nila277
    @sherin_nila277 Před 3 lety

    Mam please upload the video for pointers

  • @arsn22
    @arsn22 Před 3 lety

    So nice video medam ji

  • @TUCSARVINDKUMARS
    @TUCSARVINDKUMARS Před 3 lety +1

    Put 2 vedios per day

  • @yagsen
    @yagsen Před 10 měsíci

    3:05 😂😂😂😂 she said no

  • @PrajwalAmbulgi-vf4yk
    @PrajwalAmbulgi-vf4yk Před 2 měsíci

    #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

  • @aniketkumar3126
    @aniketkumar3126 Před 3 lety +1

    Mam what is ur full name in Unacademy are you there????