C_29 Nested If in C | C Programming Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ต.ค. 2024
  • In this video, I have discussed the nested if control statement in C | Syntax, Working, Flowchart, Examples, Program
    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 #controlstatements #nestedif

ความคิดเห็น • 308

  • @chinweijeomaijy
    @chinweijeomaijy 2 ปีที่แล้ว +26

    The help you have rendered with these videos knows no bounds. Thank you so much, Tutor Jenny

  • @akshaychavan3597
    @akshaychavan3597 3 ปีที่แล้ว +44

    first time in 5 years, I am getting most of my concepts clear. this series is awesome.

    • @kingpiccolo3070
      @kingpiccolo3070 2 ปีที่แล้ว

      5 saal se first year me hai kya lamde

    • @hdmovies2515
      @hdmovies2515 ปีที่แล้ว +4

      Really good

    • @AbhishekSahu-z1e
      @AbhishekSahu-z1e 26 วันที่ผ่านมา

      @@akshaychavan3597 hey brother what are you doing this time job or another work

    • @akshaychavan3597
      @akshaychavan3597 26 วันที่ผ่านมา

      @@AbhishekSahu-z1e yes, it's a job. Why do you ask ?

  • @rohitsunariya8469
    @rohitsunariya8469 3 ปีที่แล้ว +204

    #include
    int main(){
    int a,b,c;
    printf("Enter the three numbers:");
    scanf("%d %d %d",&a,&b,&c);
    if(a>b)
    {
    if(a>c)
    printf("%d is largest",a);
    else
    printf("%d is largest",c);
    }
    else
    {
    if(b>c)
    printf("%d is largest",b);
    else
    printf("%d is largest",c);
    }
    return 0;
    }

    • @EasyLearnAmanchauhan
      @EasyLearnAmanchauhan 2 ปีที่แล้ว +2

      👍

    • @abhaysharma3270
      @abhaysharma3270 2 ปีที่แล้ว +2

      perfact

    • @fantatrawally4034
      @fantatrawally4034 2 ปีที่แล้ว +2

      Very good

    • @babluranga1421
      @babluranga1421 2 ปีที่แล้ว +6

      Text book answer

    • @clashbegins2063
      @clashbegins2063 2 ปีที่แล้ว +46

      @@babluranga1421 bro its too lengthy see use the logical and
      #include
      int main()
      {
      int a,b,c;
      printf("enter three numbers");
      scanf("%d %d %d",&a,&b,&c);
      if (a>b && a>c)
      printf("%d is the greatest number",a);
      if (b>c && b>a)
      printf("%d is the greatest number",b);
      if (c>b && c>a)
      printf("%d is the greatest number",c);

      }

  • @shaivistuti7718
    @shaivistuti7718 2 ปีที่แล้ว +2

    Thanks a lot, mam!!!!! I am a 10th grader and I have IT classes, in school and we were learning c programming I missed a class
    in which nested if statement was taught...I forgot to ask my teacher and tomorrow is my exam!!!! Your explanation worked wonders for me...Thanks a ton!!!!

  • @reena3399
    @reena3399 3 ปีที่แล้ว +11

    Mam I didn't even know what is c
    But mam with the support of u I learnt every basics things about programs

    • @IndainOTT
      @IndainOTT 12 วันที่ผ่านมา

      ✅Hey mam what is Lamba🤷😊

  • @justicejuwa7199
    @justicejuwa7199 ปีที่แล้ว +2

    Thank you so much Jenny, you just simplify my cs50 course. This is so helpful and i love your traditional way of teaching.

  • @bommaniraveendrababu9257
    @bommaniraveendrababu9257 3 ปีที่แล้ว +8

    I never learnt any thing from my lectures every thing learnt from your videos thank you mam

  • @ankushmondal1326
    @ankushmondal1326 3 ปีที่แล้ว +1

    Mam u are genius I does not understand the matter of nested if statement. Then I watch your video. Even I confidently say that I understand the matter. Thank you so mach mam

  • @athletesone01
    @athletesone01 3 ปีที่แล้ว +4

    U usually gives explanation with ur heart core thanks mam

  • @arifpatan7180
    @arifpatan7180 2 ปีที่แล้ว +1

    Mam you are Explanation is Good on c-programming i am easily understand that concept Nested if Thank you mam you are teach very well.

  • @naveen1001
    @naveen1001 ปีที่แล้ว +3

    //Write a C program to find maximum between three numbers.
    #include
    int main()
    {
    int a,b,c;
    a=b=c=0;
    printf("Enter 1st number: ");
    scanf("%d",&a);
    printf("Enter 2nd number: ");
    scanf("%d",&b);
    printf("Enter 3rd number: ");
    scanf("%d",&c);
    if(a>b)
    {
    if(a>c)
    {
    printf("%d is greater",a);
    }
    else
    {
    printf("%d is greater",c);
    }
    }

    else

    {
    if(b>c)
    {
    printf("%d is greater",b);
    }
    else
    {
    printf("%d is greater",c);
    }
    }
    }

    Thank you mam :) for your Efforts....
    Love from Khammam..

  • @agboemmanuella8302
    @agboemmanuella8302 ปีที่แล้ว +1

    the best tutor in the world, God bless u dear Jenny

  • @deepakumar01
    @deepakumar01 2 ปีที่แล้ว +1

    You are very experienced teacher so good teaching thank you ma'am.

  • @janetawujia-dd9jl
    @janetawujia-dd9jl 5 วันที่ผ่านมา

    Thanks tutor Jenny for the lectures

  • @ajinkyaabegaonkar7628
    @ajinkyaabegaonkar7628 6 หลายเดือนก่อน

    Thank you ma'am for teaching in easy way

  • @graphicslearn8568
    @graphicslearn8568 3 ปีที่แล้ว +7

    its for beginner what about advance Maam
    your teaching method is supper say bahot uper.

  • @patricktafeu3762
    @patricktafeu3762 6 หลายเดือนก่อน

    Hihgly better explained more my Lecturer. thanks a lot Madam!

  • @vrushabhdabhi5754
    @vrushabhdabhi5754 3 ปีที่แล้ว +6

    Hello ma'am
    this is quite useful series
    your videos are the best i have never seen before like this type of explanation of each topic
    And 1 question how many sweaters and jersies do you have ??

  • @SuganthiUmaMagesh
    @SuganthiUmaMagesh 4 หลายเดือนก่อน +2

    If(a>b)
    {.
    If(a>c)
    {
    printf("a is big");
    }
    else
    {
    printf("c is big")
    }
    }
    else
    {
    prinf(" b is big")
    }

  • @petereziagor4604
    @petereziagor4604 2 ปีที่แล้ว +1

    Happy that I did the assignment in two ways, if-else statement and with ternary operators, feels good.

  • @prashanthmudunuri6451
    @prashanthmudunuri6451 2 ปีที่แล้ว

    really u are good at programing i seen all vedios of u it is very use full to me

  • @RealisticPowerPDKVian190702
    @RealisticPowerPDKVian190702 3 ปีที่แล้ว +7

    Assignment work done ✅
    void main()
    {
    float A, B, C;
    printf(“Enter three values
    ”);
    scanf(“%f %f %f ”,&A, &B, &C);
    printf(“
    Largest value is:”);
    if(A > B)
    {
    if(A > C)
    printf(“%f
    ”,A);
    else
    printf(“%f
    ”,C);
    }
    else
    {
    if(C > B)
    printf(“%f
    ”,C);
    else
    printf(“%f
    ”,B);
    }
    }
    OUTPUT
    Enter three values:
    5 8 24
    Largest value is 24
    😊😊✌️

    • @nasscim
      @nasscim 2 ปีที่แล้ว +2

      well thanks , i didn't know you can include if in else

  • @tayyabbashir3936
    @tayyabbashir3936 ปีที่แล้ว +2

    Aoa Your Teaching Method is so good 👍

  • @ashokdhavhan6496
    @ashokdhavhan6496 ปีที่แล้ว

    Thank you 😊💕 mam so much this solved my doubts you explained so good

  • @RampatiKori-f3m
    @RampatiKori-f3m 11 หลายเดือนก่อน

    Your lectures are very helpful for us

  • @AswanthSKrishna
    @AswanthSKrishna 2 ปีที่แล้ว

    Mam really you are awesome. I was struggling to get idea and you explained very simply 😊

  • @ComputerScienceSimplified
    @ComputerScienceSimplified 3 ปีที่แล้ว +12

    Awesome video, keep up the great work! :)

  • @Shubham-wy2bo
    @Shubham-wy2bo 3 ปีที่แล้ว +1

    Your teaching technique is so great Mam.

  • @aditya_17181
    @aditya_17181 2 ปีที่แล้ว +7

    SuperMarket example helps me to understand 🤗🤗

  • @fitnesscrackchannel1911
    @fitnesscrackchannel1911 7 หลายเดือนก่อน

    Thank u mam for thinking much about us

  • @sunnyma2750
    @sunnyma2750 ปีที่แล้ว +1

    Wow! Mam,you are the best**⭐

  • @karishmauma1196
    @karishmauma1196 2 ปีที่แล้ว +1

    thankyou soo much mam !! your the best

  • @amairapandey8047
    @amairapandey8047 2 ปีที่แล้ว +3

    Ma'am thank you so much for such an amazing c language lectures..
    You helped me a lot...😃
    Thank you so much maam..❤
    Maam plzz c++ ki playlist complete kr dejiye..
    We are waiting...

  • @rajeshe431
    @rajeshe431 2 ปีที่แล้ว +3

    Explination of concepts are good
    also
    make the videos on JAVA programming
    untill waiting for that ...,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

  • @ujjwalsingh4414
    @ujjwalsingh4414 2 ปีที่แล้ว +6

    Mam in these if we write two programs with logical "and" ooerator then if anyone is false then it directly goes to outer else ( don't go on inner else ) and but if we write both conditions seperately in two if manner then only we get inner else statement when inner if statement became false . Check this on 15:04 in your video you say wrong I think please make me correct if I wrong otherwise the correct video ❤️

    • @vanshsingh4931
      @vanshsingh4931 10 หลายเดือนก่อน

      Yes I also got the same doubt.
      Have you got the solution to it?

  • @BiqSam2002
    @BiqSam2002 9 หลายเดือนก่อน

    Me after lecture if i have doubts 💨🏃‍♂🏃‍♂ to jenny's lectures
    anyways thanks so much🙏🙏🙏

  • @vce-rachanaodhela4455
    @vce-rachanaodhela4455 3 ปีที่แล้ว +1

    Thank you Mam for ur awesome teaching

  • @VivekKumar-ib9cc
    @VivekKumar-ib9cc ปีที่แล้ว +19

    //Edited://Task done mam!
    //Edited://Code for greatest among three no. by if and else.
    include
    void main(){
    int a,b,c;
    printf("Enter your first no.=");
    scanf("%d",&a);
    printf("Enter your second no.=");
    scanf("%d",&b);
    printf("Enter your third no.=");
    scanf("%d",&c);
    if(a>b){
    if(a>c){
    printf("First no. is greatest
    ");
    }
    }
    else{
    printf("First no. is smallest
    ");
    }
    if(b>a){
    if(b>c){
    printf("Second no. is greatest
    ");
    }
    }
    else{
    printf("Second no. is smallest
    ");
    }
    if(c>a){
    if(c>b){
    printf("Third no. is greatest
    ");
    }
    }
    else{
    printf("Third no. is smallest
    ");
    }
    }

  • @tps8470
    @tps8470 2 ปีที่แล้ว +1

    Thanks a Lot Mam

  • @meeranfais7996
    @meeranfais7996 3 ปีที่แล้ว +1

    That was great really to clear out my all confusions 😃. I prefer Everyone should learn from your channel. Lots of love from Balochistan❤. Thank you so much mam. God bless u ever. ❤❤

  • @nagendrabommireddi8437
    @nagendrabommireddi8437 3 ปีที่แล้ว +1

    Thank u mam.these videos r very helpful ...

  • @sanskarkhandelwal
    @sanskarkhandelwal ปีที่แล้ว

    Just learning c thx mam

  • @isaac-victorshonowo1838
    @isaac-victorshonowo1838 ปีที่แล้ว

    Watched and Understood ❤

  • @eashwarkancharla2935
    @eashwarkancharla2935 2 ปีที่แล้ว

    Thanks for clearing my doubt maam

  • @maheshkhare8776
    @maheshkhare8776 2 ปีที่แล้ว

    Your teaching method is very nice.if once set in mind your lectures it Can never forget.
    And one more thing
    ते fast writing चा आवाज खूप भारी दिलाय.😅😅

  • @Mizi_Love_1918
    @Mizi_Love_1918 3 ปีที่แล้ว +2

    example was best

  • @ayushisoni4936
    @ayushisoni4936 ปีที่แล้ว

    Mam I had solved the assignment given by you to find maximum of two numbers

  • @upscallmydream
    @upscallmydream 3 ปีที่แล้ว +1

    Thanks from kashmir

  • @Helly04
    @Helly04 ปีที่แล้ว +1

    3 numbers,find maximum among 3 numbers using nested if

  • @ajinkyaabegaonkar8806
    @ajinkyaabegaonkar8806 9 หลายเดือนก่อน

    Maximum no program executed.
    Thank ma'am for teaching this.

  • @sherazhussain2937
    @sherazhussain2937 2 ปีที่แล้ว +1

    So nice explanation ❤️

  • @reena3399
    @reena3399 3 ปีที่แล้ว +1

    Thank you mam so much❤️❤️❤️❤️❤️😘😘😘

  • @Phupsang
    @Phupsang 7 หลายเดือนก่อน

    Thankyou aunty aab me pass hojaunga 😮

  • @reena3399
    @reena3399 3 ปีที่แล้ว +1

    It's amazing mam

  • @3v1lm4nipul4t0r
    @3v1lm4nipul4t0r ปีที่แล้ว

    You are an Angel sent from heaven

  • @suseelamutina2471
    @suseelamutina2471 7 หลายเดือนก่อน +1

    Mam, when you have used same if for both conditions if the age condition is false i.e less than 50 then the salary will be incremented 5000 but it should be only 3000 know.

  • @aniketmane2887
    @aniketmane2887 3 ปีที่แล้ว +1

    Superb explanation 👍

  • @shivajikadam6740
    @shivajikadam6740 2 ปีที่แล้ว

    Mam you are incredible👍😍

  • @anju7334
    @anju7334 2 ปีที่แล้ว +1

    Thankyou mam ❤️❤️

  • @kishoyannason5958
    @kishoyannason5958 3 ปีที่แล้ว

    Thanks madam hopes to join India soon

  • @uzrakhanum7596
    @uzrakhanum7596 2 ปีที่แล้ว +1

    Explain the condition 2 what if it is false and if there is any local variable how is the control flow

  • @indukunthipuram7218
    @indukunthipuram7218 9 หลายเดือนก่อน +1

    If we write many conditions using logical and in if statement then it is not more called nested if right mam..?

  • @venkataramsai3226
    @venkataramsai3226 3 ปีที่แล้ว +1

    Nice explanation ❤️❤️❤️👍👍👍

  • @sihi__
    @sihi__ 3 ปีที่แล้ว +7

    Ma'am please start classes on java programming language too 💙

  • @sruthibathula131
    @sruthibathula131 3 ปีที่แล้ว +1

    I got the maximum among three numbers mam

  • @Sanjeev_90s_kid
    @Sanjeev_90s_kid 2 ปีที่แล้ว +2

    int main()
    {
    int a,b,c;
    printf("enter three numbers:");
    scanf("%d %d %d",&a,&b,&c);
    if(a>b)
    {
    if(a>c)
    printf("a is the largest");
    else
    printf("c is the largest");
    }
    else
    printf("b is the largest");
    }

  • @karthikreddygdp1380
    @karthikreddygdp1380 2 ปีที่แล้ว

    Thank u so much maam

  • @durgfestivalvibes
    @durgfestivalvibes 3 ปีที่แล้ว +1

    Thankyou thankyou very much!!!$$

  • @TIMELESS_FRIEND
    @TIMELESS_FRIEND 8 หลายเดือนก่อน +1

    ❤ meet in jannah mam

  • @pawankumarpal1115
    @pawankumarpal1115 3 ปีที่แล้ว +1

    Great..

  • @Mehedihasan-rahat
    @Mehedihasan-rahat 6 วันที่ผ่านมา

    Dear madam is it possible to convert nested if else condition into ternary operator because we know ternary operator is one type of if else replica.. so if yes than plz requesting you to provide explanation in detail... Thanku and god bless 😊😊😊

  • @manpreetkaur-dk5mm
    @manpreetkaur-dk5mm 3 ปีที่แล้ว +2

    I HAVE DONE THIS PROGRAM WITH ONE STATEMENT BY USING LOGICAL OPERATOR &&.

  • @aishwaryasagade4466
    @aishwaryasagade4466 7 หลายเดือนก่อน

    Thankkkkkk youuuuu mammmmm😭❤️🥹

  • @janakiisajeev
    @janakiisajeev 3 ปีที่แล้ว +1

    Your videos are awesome 🥂🌈

  • @Kishore_kumar7735
    @Kishore_kumar7735 2 ปีที่แล้ว

    Mam..your look ..your voice all are similar with Neha mam.....vedantu maths teacher ♥️

  • @cyanical_storm908
    @cyanical_storm908 2 ปีที่แล้ว

    Excellent 😊

  • @deepaksharma3244
    @deepaksharma3244 หลายเดือนก่อน

    Mam, for printing the updated salary like suppose 55000 if we enter the amount as 45000 , you haven't used printf for that updated salary hence output cannot be displayed on screen

  • @tusharsrivastava3498
    @tusharsrivastava3498 11 หลายเดือนก่อน

    If. We will do it on 16 bit compiler the output of program will be unpredictable as we are using salary as int.

  • @ITCE2018
    @ITCE2018 2 ปีที่แล้ว

    Excellent

  • @ananthu4141
    @ananthu4141 ปีที่แล้ว +3

    12:20 how can we consider the second else case here.... Bcz an else can't be there without any if... Since there is only one if how we treat the second else statements there..?

  • @AMANSINGH-om1dc
    @AMANSINGH-om1dc 3 ปีที่แล้ว

    thanks

  • @Adityaverma-mr5cs
    @Adityaverma-mr5cs ปีที่แล้ว

    Amazing ❤❤

  • @abhishekgiri7925
    @abhishekgiri7925 3 ปีที่แล้ว

    Woww nice explanation

  • @rameshyt1539
    @rameshyt1539 3 ปีที่แล้ว +70

    Mam we can't able to concentrate on class becoz ur too gargeous

    • @thorxn1382
      @thorxn1382 ปีที่แล้ว +30

      Chupchap padhai kar

    • @thorxn1382
      @thorxn1382 ปีที่แล้ว +11

      @Xash silly reasons for not studying

    • @sarthakpandey2870
      @sarthakpandey2870 ปีที่แล้ว +6

      Padh le lallu laal

    • @vansh3235
      @vansh3235 10 หลายเดือนก่อน +14

      Bro said gargeous

    • @Atul-fw9ol
      @Atul-fw9ol 9 หลายเดือนก่อน +3

      Simp spotted 😂

  • @Darshan.R2005
    @Darshan.R2005 11 วันที่ผ่านมา

    madam if we use two conditions by using and operater in first if statement then what is the use of else in first parenthesis of if statements bcoz in first if statement is false it will jump to else after first parenthesis so pls can u clarify this ..

  • @thearpitkatiyar637
    @thearpitkatiyar637 3 ปีที่แล้ว +1

    You are genius

  • @premraj1456
    @premraj1456 3 ปีที่แล้ว

    Great work mam

  • @meghasinha1706
    @meghasinha1706 3 ปีที่แล้ว

    Thanks mam

  • @dipanshusaini8832
    @dipanshusaini8832 3 ปีที่แล้ว

    Logical and one more condition

  • @sachincs9338
    @sachincs9338 3 ปีที่แล้ว +1

    can we use else if to write a program to find greatest of 3 numbers

  • @aniketkumar3126
    @aniketkumar3126 3 ปีที่แล้ว

    Great effort maaaaaammmm

  • @sanjanapanwar3844
    @sanjanapanwar3844 3 ปีที่แล้ว +3

    ma'am in single if we can' t use double else,it will give error

  • @continnum_radhe-radhe
    @continnum_radhe-radhe 2 ปีที่แล้ว +1

    🔥🔥🔥

  • @dmtiwari7097
    @dmtiwari7097 ปีที่แล้ว

    I
    will solve it

  • @akash.553
    @akash.553 3 ปีที่แล้ว +1

    What is the difference between
    200>A>100 And 200>A&&A>100

  • @ParamitaDey-bi1mg
    @ParamitaDey-bi1mg 3 ปีที่แล้ว +2

    I cannot understand how the last else will be executed..... Because by using and operator we are checking both condition age and salary ... So suppose if the age of a person is greater than 50 and salary more than 60000 then if condition is not satisfied then 1st else loop will be executed. (My question is why the 2nd else loop will not be executed) Now my 2nd question is If the age of the person is less than 50 then how compiler will understand which else statement should be executed 1st else or 2nd else?.... Pls ans.

    • @petereziagor4604
      @petereziagor4604 2 ปีที่แล้ว

      I need answer as well

    • @Surya-uu1vy
      @Surya-uu1vy ปีที่แล้ว

      We can use logical OR instead of logical AND

    • @chinweokwugiftchiedozie1587
      @chinweokwugiftchiedozie1587 ปีที่แล้ว +1

      For your first question: In logical and, once the first condition is false then the second will be ignored whether it is true or not. Since according to the statement on the first else block the salary had to be less than 60, 000 in order to execute and the logical and ignores that condition since the first is false, that first else will not be executed. However, if the first condition were true, then it would proceed to the next condition, and even though the second was false, the first else block will then be executed.
      For your second question: it depends on how the structure of your statement is, that's why you need to pay attention to your structure as regards the use of curly braces to keep the conditions in check. Without them, all the statements after the first block for the first if condition statement may be printed on your standard output whether or not the conditions were true. I think you should watch her previous tutorials on if statements.
      Thank you

  • @ANKITKUMAR-jg1lb
    @ANKITKUMAR-jg1lb 3 ปีที่แล้ว

    top class

  • @kumarkalyan5557
    @kumarkalyan5557 2 ปีที่แล้ว +1

    👍👍

  • @jairajlh
    @jairajlh 3 ปีที่แล้ว +4

    Mam since integer range is from _ 32768 to + 32768 ,here we cannot use the condition salary less than 60000

    • @016_diveshv7
      @016_diveshv7 2 ปีที่แล้ว

      Use long int🥴

    • @ojaymoney77
      @ojaymoney77 2 ปีที่แล้ว

      If your computer is 32 bits or 64 bits then you can use it, else you should use long int

  • @236__kumarmanvendra6
    @236__kumarmanvendra6 2 ปีที่แล้ว

    mam in this programme you have forgoted to write
    salary=salary+X;
    printf("%d is the salary",salary);