C_29 Nested If in C | C Programming Tutorials

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

Комментарии • 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 23 дня назад

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

    • @akshaychavan3597
      @akshaychavan3597 23 дня назад

      @@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 9 дней назад

      ✅Hey mam what is Lamba🤷😊

  • @bommaniraveendrababu9257
    @bommaniraveendrababu9257 3 года назад +8

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

  • @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.

  • @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

  • @agboemmanuella8302
    @agboemmanuella8302 Год назад +1

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

  • @athletesone01
    @athletesone01 3 года назад +4

    U usually gives explanation with ur heart core thanks mam

  • @graphicslearn8568
    @graphicslearn8568 3 года назад +7

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

  • @janetawujia-dd9jl
    @janetawujia-dd9jl 2 дня назад

    Thanks tutor Jenny for the lectures

  • @SuganthiUmaMagesh
    @SuganthiUmaMagesh 4 месяца назад +2

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

  • @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.

  • @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 ??

  • @deepakumar01
    @deepakumar01 2 года назад +1

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

  • @rajeshe431
    @rajeshe431 2 года назад +3

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

  • @prashanthmudunuri6451
    @prashanthmudunuri6451 2 года назад

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

  • @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?

  • @tayyabbashir3936
    @tayyabbashir3936 Год назад +2

    Aoa Your Teaching Method is so good 👍

  • @Shubham-wy2bo
    @Shubham-wy2bo 3 года назад +1

    Your teaching technique is so great 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. ❤❤

  • @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.

  • @AswanthSKrishna
    @AswanthSKrishna 2 года назад

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

  • @aditya_17181
    @aditya_17181 2 года назад +7

    SuperMarket example helps me to understand 🤗🤗

  • @ComputerScienceSimplified
    @ComputerScienceSimplified 3 года назад +12

    Awesome video, keep up the great work! :)

  • @ajinkyaabegaonkar7628
    @ajinkyaabegaonkar7628 6 месяцев назад

    Thank you ma'am for teaching in easy way

  • @patricktafeu3762
    @patricktafeu3762 6 месяцев назад

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

  • @Helly04
    @Helly04 Год назад +1

    3 numbers,find maximum among 3 numbers using nested if

  • @RampatiKori-f3m
    @RampatiKori-f3m 11 месяцев назад

    Your lectures are very helpful for us

  • @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...

  • @naveen1001
    @naveen1001 Год назад +2

    //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..

  • @petereziagor4604
    @petereziagor4604 2 года назад +1

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

  • @Mehedihasan-rahat
    @Mehedihasan-rahat 3 дня назад

    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 😊😊😊

  • @ashokdhavhan6496
    @ashokdhavhan6496 Год назад

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

  • @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

  • @BiqSam2002
    @BiqSam2002 9 месяцев назад

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

  • @VivekKumar-ib9cc
    @VivekKumar-ib9cc Год назад +18

    //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
    ");
    }
    }

  • @karishmauma1196
    @karishmauma1196 2 года назад +1

    thankyou soo much mam !! your the best

  • @sunnyma2750
    @sunnyma2750 Год назад +1

    Wow! Mam,you are the best**⭐

  • @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

  • @nagendrabommireddi8437
    @nagendrabommireddi8437 3 года назад +1

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

  • @fitnesscrackchannel1911
    @fitnesscrackchannel1911 6 месяцев назад

    Thank u mam for thinking much about us

  • @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..?

  • @sihi__
    @sihi__ 3 года назад +7

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

  • @vce-rachanaodhela4455
    @vce-rachanaodhela4455 3 года назад +1

    Thank you Mam for ur awesome teaching

  • @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 चा आवाज खूप भारी दिलाय.😅😅

  • @isaac-victorshonowo1838
    @isaac-victorshonowo1838 Год назад

    Watched and Understood ❤

  • @sherazhussain2937
    @sherazhussain2937 2 года назад +1

    So nice explanation ❤️

  • @Phupsang
    @Phupsang 6 месяцев назад

    Thankyou aunty aab me pass hojaunga 😮

  • @tps8470
    @tps8470 2 года назад +1

    Thanks a Lot Mam

  • @ayushisoni4936
    @ayushisoni4936 Год назад

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

  • @eashwarkancharla2935
    @eashwarkancharla2935 2 года назад

    Thanks for clearing my doubt maam

  • @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

  • @ajinkyaabegaonkar8806
    @ajinkyaabegaonkar8806 9 месяцев назад

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

  • @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..?

  • @aniketmane2887
    @aniketmane2887 3 года назад +1

    Superb explanation 👍

  • @TIMELESS_FRIEND
    @TIMELESS_FRIEND 7 месяцев назад +1

    ❤ meet in jannah mam

  • @sanskarkhandelwal
    @sanskarkhandelwal Год назад

    Just learning c thx mam

  • @venkataramsai3226
    @venkataramsai3226 3 года назад +1

    Nice explanation ❤️❤️❤️👍👍👍

  • @Kishore_kumar7735
    @Kishore_kumar7735 2 года назад

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

  • @Darshan.R2005
    @Darshan.R2005 8 дней назад

    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 ..

  • @Mizi_Love_1918
    @Mizi_Love_1918 3 года назад +2

    example was best

  • @reena3399
    @reena3399 3 года назад +1

    It's amazing mam

  • @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.

  • @3v1lm4nipul4t0r
    @3v1lm4nipul4t0r Год назад

    You are an Angel sent from heaven

  • @sruthibathula131
    @sruthibathula131 3 года назад +1

    I got the maximum among three numbers mam

  • @shivajikadam6740
    @shivajikadam6740 2 года назад

    Mam you are incredible👍😍

  • @upscallmydream
    @upscallmydream 3 года назад +1

    Thanks from kashmir

  • @manpreetkaur-dk5mm
    @manpreetkaur-dk5mm 3 года назад +2

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

  • @236__kumarmanvendra6
    @236__kumarmanvendra6 2 года назад

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

  • @kishoyannason5958
    @kishoyannason5958 3 года назад

    Thanks madam hopes to join India soon

  • @janakiisajeev
    @janakiisajeev 3 года назад +1

    Your videos are awesome 🥂🌈

  • @reena3399
    @reena3399 3 года назад +1

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

  • @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

  • @athletesone01
    @athletesone01 3 года назад

    Thnku so much 👍🏼👍🏼

  • @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");
    }

  • @anju7334
    @anju7334 2 года назад +1

    Thankyou mam ❤️❤️

  • @sanjanapanwar3844
    @sanjanapanwar3844 3 года назад +3

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

  • @cyanical_storm908
    @cyanical_storm908 2 года назад

    Excellent 😊

  • @Akash_From_Bihar
    @Akash_From_Bihar Год назад +1

    Video starts at 2:35

  • @sachincs9338
    @sachincs9338 3 года назад +1

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

  • @akash.553
    @akash.553 3 года назад +1

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

  • @premraj1456
    @premraj1456 3 года назад

    Great work mam

  • @pawankumarpal1115
    @pawankumarpal1115 3 года назад +1

    Great..

  • @manimatoranimator2819
    @manimatoranimator2819 3 года назад

    Hi Teacher, is it possible to add conditions to inner if statements that are not related with each other..
    Like for the example you as you mentioned in the example if I want to check grapes as well is it possible to add that statement..

  • @abhishekgiri7925
    @abhishekgiri7925 3 года назад

    Woww nice explanation

  • @Adityaverma-mr5cs
    @Adityaverma-mr5cs Год назад

    Amazing ❤❤

  • @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

  • @uttej1390
    @uttej1390 3 года назад +6

    Lec starts 2:33

  • @snazakatkhan5972
    @snazakatkhan5972 3 года назад

    leaps are in motion ocean to ocean to ocean

  • @durgfestivalvibes
    @durgfestivalvibes 3 года назад +1

    Thankyou thankyou very much!!!$$

  • @aniketkumar3126
    @aniketkumar3126 3 года назад

    Great effort maaaaaammmm

  • @karthikreddygdp1380
    @karthikreddygdp1380 2 года назад

    Thank u so much maam

  • @sayirikavya5873
    @sayirikavya5873 2 года назад

    Madam can we use inner if condition in else condition of nested if

  • @ITCE2018
    @ITCE2018 2 года назад

    Excellent

  • @Abhishekog74
    @Abhishekog74 Год назад

    I need notes

  • @hoshyriko1104
    @hoshyriko1104 Год назад

    That last else will show error misplaced else

  • @irfanbasha7445
    @irfanbasha7445 3 года назад +1

    Mam,ur flow chart is not correct...u forgot to mention if condition 2 is false then else statement has to be executed..

  • @AMANSINGH-om1dc
    @AMANSINGH-om1dc 3 года назад

    thanks