C Program to find roots of quadratic equation | C Programming tutorials

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 73

  • @fida2708
    @fida2708 2 роки тому +19

    Thank you soo much sir 😭
    I've an exam tmro..it really helped

    • @VaibhavTalks
      @VaibhavTalks  2 роки тому +5

      Best of luck for you exam!
      Give your best 💯
      Must write output of the program and also includes comments.
      You can easily score full marks👍🏻👍🏻😊

  • @kritimisra-ez6rn
    @kritimisra-ez6rn 14 днів тому

    Kiya int main ki jagah float main likh saakte hai?

  • @priyankachoudhary2292
    @priyankachoudhary2292 Місяць тому +2

    😭❤tq so much

  • @Anonymous_-17
    @Anonymous_-17 Рік тому +2

    Thank you sir tomorrow i have an exam it will definitely help me

    • @VaibhavTalks
      @VaibhavTalks  Рік тому +1

      All the best for your exam 👍🏻✨

  • @famousjedits_143
    @famousjedits_143 Рік тому +3

    Really very helpful.

    • @VaibhavTalks
      @VaibhavTalks  Рік тому

      Do subscribe to the channel!😃✨

    • @famousjedits_143
      @famousjedits_143 Рік тому

      @@VaibhavTalks I have done so please keep making such useful videos for us. Thank you..

  • @visheshjangid-js7ly
    @visheshjangid-js7ly 9 місяців тому +2

    sir It is really helpful. thankyou

  • @SMART_POOL
    @SMART_POOL 5 місяців тому +7

    U can copy from here
    #include
    #include
    int main()
    {
    float a,b,c,d,r1,r2;
    printf("Enter the value of a,b and c
    ");
    scanf("%f %f %f", &a, &b, &c);
    d = b*b - 4 * a * c;
    if ( d==0 ){
    printf("Roots are real and equal
    ");
    r1= -b/(2*a);
    r2= -b/(2*a);
    printf("Root 1 is %f and Root 2 is %f
    ",r1,r2);
    }
    else if (d>0){
    printf("Roots are real and different
    ");
    r1 = (-b+sqrt(d))/(2*a);
    r2 = (-b-sqrt(d))/(2*a);
    printf("Root 1 is %f and Root 2 is %f
    ",r1,r2);
    }
    else{
    printf("Roots are imaginary
    ");
    }
    return 0;
    }
    //Roots are real and different : 1 5 6
    //Roots are imaginary : 1 5 7
    thank me later
    how i feel after this - ua-cam.com/video/a0L5LjsHMY4/v-deo.htmlsi=WG_K8dbBnQIIRAbn

  • @dinyshmodak4397
    @dinyshmodak4397 Рік тому +2

    Most useful sir very nice ❤

  • @saini_0568
    @saini_0568 2 роки тому +2

    Sir aapne ye konsa software use kiya hai is video me

    • @VaibhavTalks
      @VaibhavTalks  2 роки тому

      Kis chij k liye?

    • @saini_0568
      @saini_0568 2 роки тому +1

      @@VaibhavTalks programing ke liye???

    • @VaibhavTalks
      @VaibhavTalks  2 роки тому

      @@saini_0568 VS Studio Code!! Best hai abhi market mai 🔥

    • @saini_0568
      @saini_0568 2 роки тому

      @@VaibhavTalks thank you sir🙏

  • @itsunknown57
    @itsunknown57 5 місяців тому +1

    very helpful tanks a lot!

  • @sudhajain5122
    @sudhajain5122 6 місяців тому +1

    Thank you very much sir

  • @SadeemFatima-m5n
    @SadeemFatima-m5n 2 місяці тому

    It's very and very helpful vedio
    Thank you so much sir for this effort.❤❤
    Your one lecture make our whole concept easier ❤❤❤
    Best wishes for you

  • @AkkepallyAishwarya
    @AkkepallyAishwarya 3 місяці тому

    Thanku really helpful sir

  • @Rajput___2009...
    @Rajput___2009... 2 місяці тому

    App bahot Accha samagta hoo 🎉❤🎉❤❤❤❤❤❤

  • @ayush79xp
    @ayush79xp Рік тому +2

    Bro mene a,b and c ki values input ki then run Kiya to sirf roots are imaginary show ho rha hey..
    Root1 and root2 ki value nhi show ho rhi hey...

  • @saini_0568
    @saini_0568 2 роки тому +4

    Useful video sir 👏🙌

  • @prathamsinha8266
    @prathamsinha8266 Рік тому

    Sir agar imaginary roots print karane ho to?

  • @emm6772
    @emm6772 Рік тому +1

    thank u sir 🙂

  • @SandeepSaharan-he4xq
    @SandeepSaharan-he4xq 8 місяців тому

    Thanku sir ❤

  • @Devenderyadav-m
    @Devenderyadav-m 11 місяців тому

    Thank u bro

  • @indiraan7678
    @indiraan7678 2 місяці тому

    Super

  • @rampuri3668
    @rampuri3668 2 роки тому +3

    👌🏻👌🏻👌🏻👌🏻

  • @FredArchange
    @FredArchange 9 місяців тому +4

    It was a great video, but sir can just try to talk more in English it will be very great thanks!!!!!

    • @VaibhavTalks
      @VaibhavTalks  9 місяців тому +2

      Sure! I will work on this.👍🏻

    • @FredArchange
      @FredArchange 8 місяців тому

      @@VaibhavTalks okay thanks so much sir

  • @beastsai6567
    @beastsai6567 2 роки тому +4

    Nice video

    • @VaibhavTalks
      @VaibhavTalks  2 роки тому +1

      Thankyou sai😇

    • @beastsai6567
      @beastsai6567 2 роки тому +1

      @@VaibhavTalks gcd and LCM par video banao dada

  • @Riya8059-l8s
    @Riya8059-l8s 8 місяців тому

    Flowchart?

  • @vaishalisathe7124
    @vaishalisathe7124 10 місяців тому

    OKAY! 👍

  • @rajneeshkushwaha1231
    @rajneeshkushwaha1231 9 місяців тому

    🎉👍

  • @missbhatia..
    @missbhatia.. 9 місяців тому +1

    Without using math.h ho sakte h ky????🤔

    • @FredArchange
      @FredArchange 9 місяців тому

      Me I included the math.h since we have the sqrt function

    • @missbhatia..
      @missbhatia.. 9 місяців тому

      @@FredArchange I can't understand

    • @GouriN-o1n
      @GouriN-o1n 8 днів тому

      It will not run

    • @masterofficial199
      @masterofficial199 День тому +1

      Nahi ho sakta because of use of mathematical operations in it we should choose math.h header file

  • @ratneshmishra5932
    @ratneshmishra5932 2 дні тому

    One r will be+,and other will be -

  • @ConceptOfProgramming
    @ConceptOfProgramming 8 місяців тому

    Mujhe bas quadratic equation ke roots chahiye the itna kyu bta diya 🥲

    • @VaibhavTalks
      @VaibhavTalks  7 місяців тому

      Bhai padh lo kaam aayga na😂😂

  • @ErBipulsingh
    @ErBipulsingh Місяць тому

    Tsm

  • @hxt8888
    @hxt8888 Рік тому +4

    Ok😅

    • @VaibhavTalks
      @VaibhavTalks  Рік тому +1

      Vo aadat hogyi thi😅😅😅
      Ab new videos mai nahi milegi ye mistakes 😅😂

  • @deepakbirje4682
    @deepakbirje4682 10 місяців тому

    Sir agar imaginary roots print karane ho to?