C_24 Formatted Output Functions in C Language | printf() function in C | C Programming Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

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

    Finally I got the perfect channel for my coding..thnku maam

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

    i've come back to brush up on some ansi c. i discovered you years ago so please forgive me for taking so long to subscribe. I'm going over just the specific video's i need detailed help with and that's why i come back to you. you tend to go into a little more detail and seem to have real grasp of the language as opposed to some of the other so called 'instructors'. i very much appreciate your channel and you skills have helped to better my skills. thanks again.

  • @18fatima15
    @18fatima15 7 หลายเดือนก่อน +8

    12:33 #include
    int main()
    {
    int a=1234;
    printf("%d",a);
    return 0;
    }
    output 6
    #include
    int main()
    {
    int a=1234;
    printf("%6d",a);
    return 0;
    }
    output 1234
    #include
    int main()
    {
    int a=1234;
    printf("%06d",a);
    return 0;
    }
    output: 001234
    14:38 #include
    int main()
    {
    float a=1234.3456;
    printf("%5.2f",a);
    return 0;
    }
    output: 1234.35
    15:16#include
    int main()
    {
    float a=1234.3456;
    printf("%e",a);
    return 0;
    }
    output: 1.234346e+003

  • @maryannemuthoni5388
    @maryannemuthoni5388 ปีที่แล้ว +10

    For the questions:
    float a = 1234.345;
    printf("%5.2", a);
    Answer is 1234.35 on my IDE
    You also asked if , is used as an operator or separator in printf and I am not sure but i think as a separator. If it was an operator i think there would be = for assignment

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

      what is the concept behind printing 1234.35...as it only had 5 digits of width that will make 5 boxes then we have to put the numbers iside it but the boxes are being filled before the trailing digits after decimal points....i am not able to understand the conceptr behind it.

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

    im watching ur all videos of C .SUPERB mam.u have explained clearly.nd ur teaching is AWESOME.........

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

    I never saw such a lecturer like u mam☺️lots of love ❤️

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

    I was scrolling my insta and I saw video of
    Cute reactions of mam than I got to know
    That mam teaches coding I was in a search of a teacher for coding because it's my first year and I am not getting anything and I got you hats of to you mam
    Appreciate your work and effort

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

    maa'm after this series please start c++ its a need ..nyc teaching concepts are very helpful

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

    Best teacher ever my favorite mam

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

    One of the best teacher in my learning 👍👍

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

    mam in 13:08 I think the %10.2f is of the form %(count of whole number spaces.count of decimal spaces)f and not %(count of full number including ".".count of decimal spaces)f

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

    Mam you are really the perfect lecturer...Your accent is really amazing.. thankyou ma'am ❤

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

    thanks mam for ur efforts everything at one place very well covered till now love u mam

  • @rohan-o5w
    @rohan-o5w 8 หลายเดือนก่อน +3

    14:37 ans is 1234.34

  • @er.travelogueinfovideo5835
    @er.travelogueinfovideo5835 3 ปีที่แล้ว +3

    one of the best teacher for data str...❤️❤️

  • @user-uu6xe5rx5m
    @user-uu6xe5rx5m 2 ปีที่แล้ว +2

    Mam I am listening your clases daily your explanation is amazing

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

    14:39 #include
    int main() {
    float a= 1234.345;
    printf("%5.2f",a);
    return 0;
    }
    o/p - 1234.34

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

    That's really a good explanation. Thank u Mem!

  • @EnochRaja-vj8ie
    @EnochRaja-vj8ie 4 หลายเดือนก่อน

    thank you so much mam., you r my GOD., i will pray for god that you will have long life

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

    Watched and Understood ❤

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

    Amazing channel for coding maam..thanks a lot maam

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

    I kindly Request . To Pls Make Videos on Python As soon as possible mam ❤️ . Because we are Addicted to u 🙏☺️

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

    Mam I got 1234.35 as output 14:39
    When I had used %e I got 1.23e+03 as output thanks mam

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

    Can u do a video on SQL Query ? Will be really useful !!!

  • @rishthikayman.b8544
    @rishthikayman.b8544 2 หลายเดือนก่อน

    # include
    int main() {
    float a = 1234.56;
    printf("%5.2f
    ", a);
    return 0;
    }
    output:
    1234.56

  • @LenovoTab-ji2bf
    @LenovoTab-ji2bf 3 ปีที่แล้ว +27

    The final output is 34.35 mam.

    • @k.annpurnamma3357
      @k.annpurnamma3357 3 ปีที่แล้ว +2

      How will you get

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

      Wrong

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

      Can't it be 12.34?? And why? Please explain

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

      @@smritisamikshyamishra5988 " printf("%5.2f",a); " will give the five values which are there till the decimal point (it will include the decimal point also), in this case, "1234."
      and the .2 basically represents how many values should be printed after the decimal point, it is simply rounding off the floating digits. In this case, "34"
      So, the final output will be 1234.34 not 12.34 :)

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

      @@Nanami2976 oky ! Thanks a lot

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

    Thank you so much mam for this wonderful explanation. Thanks a lot😊

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

    After this please start c++ course mam🔥🔥🔥🔥

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

    Thank u Mam ur Data Structure playlist really helped me a lot for exam prep... please make a playlist for Computer architecture also mam... the subject sounds so vague pl help mam... 🙏🙂

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

    Everything learning from ur videos thank u mam

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

    Maam, you are just awesome 😍😍😘😘

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

    very good lecture.thanks a lot.

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

    Ma'am please make a video on the problem of rod cutting in dynamic programming.

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

    Awesome video, keep up the amazing work! :)

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

    Tried to be 1st mam .

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

    Mam " When will u start the classes for c++and java plz take it parallely

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

    Here we want declare sum = a+b at first 7:06 .I mean before printf

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

    you are doing a great job ma'am

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

    !!! a suggestion..... post u r videos on day time.... it will be better !!!

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

    Thank you very much mam 🔥🔥🔥

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

    When u say "now" with so much force i get to know something important is coming...

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

    Thanks a Lot Mam

  • @Anilkumar5045-w9p
    @Anilkumar5045-w9p ปีที่แล้ว

    I love you
    r videos mam

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

    This video helped me ..thanks mam 😄

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

    Thanku so much mam God bless you

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

    amazing mam just loved it thanks mam

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

    First Love♥️

  • @RamSastry-n3j
    @RamSastry-n3j ปีที่แล้ว

    The answer is 0.00 as there is no space left for values after decimal points ....

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

    Thank you mam ❤

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

    a=1234.35 may be the answer.

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

    out put will be 1234.35

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

      whats the reason behind printing .35 in place of .34?

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

    Mam please make a video on Java tutorial for beginners

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

    Zbrdst mam really well explained

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

    12.43 has to be output...please confirm as number has to be in 5 blocks..

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

    Space 1234.34

  • @Rajeevkumar-cm4mn
    @Rajeevkumar-cm4mn ปีที่แล้ว

    nice video 👍

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

    if we use %5.2f then the output is 1234.35

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

      Bhaii a kysa ayega??

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

      @@ummesalma6669 mera be same aa raha haa bhaiii

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

    Mam pls provides detailed notes also

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

    thankyou mam🙏

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

    Mam please %5.2f, elaborate

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

      the 5 is is taking in the values which are there before the decimal point but it also includes the decimal point. Whereas, the .2 will round off the floating numbers and give only two values after the decimal point. In this case, 1234.34

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

      @@Nanami2976 thank you soo much

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

    12.34 is output

  • @sachingupta-nm3vx
    @sachingupta-nm3vx 3 ปีที่แล้ว

    tq mam

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

    The answer would be 1234.35

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

      the answer should be 1234.34, but why its displaying 1234.35 ?

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

    1234.35
    1.234346e+03
    is the output

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

      how u got this in output, manually it is correct but when I am running the code it shows 1.23e+003??

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

    itna achha to coaching me bhi samaj nahi aata hai mujhe...thank you ma'am...🌹

  • @Sabbi-p8v
    @Sabbi-p8v 10 หลายเดือนก่อน

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

    Difference between formatted and unfomatted I/o function

  • @15easy
    @15easy 3 ปีที่แล้ว

    Mashallah

  • @Sharmila-r9h
    @Sharmila-r9h 26 วันที่ผ่านมา +1

    It's not saarate mam it is seperate

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

    Fantastic teaching mam❤️

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

    Tysm mam

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

    Ma'am 🙏

  • @SHWETA-nm4dn
    @SHWETA-nm4dn 5 หลายเดือนก่อน

    mam jo ap h.w me ques dete ho as to write down in comment please ek bar correct ans bhi batadiya kare as we are in confusions later ..and ap hamesha hard ques jo apko karwana chaiye vo comment mai likne ki liye bol dete ho .. iagree ki hame run karki check karna h but for to check if we had done it correct or not we get to know so it,s a request and suggession .

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

    Mam can you pls explain how to clr gate....can you share your experience.

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

    Mam where these all code are written ,on which platform on computer e.g mam I have start my computer and what should I do to write code ,on which platform ,

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

    a=1234.3456;
    Printf ( "%5.2f", a);
    Output was 1234.35
    Why ma'am
    As you say, I thought it will give only 5 digits including dot mark
    But here are 7 digits

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

    While giving printf("%5.2f", a) ; for the number 13.1345 it's giving the output as 13.14......but I was expected it will be 13.13 according to madam's lecture.. Please someone reply .. Why it's coming like this

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

    📚

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

    1234.35 15:16

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

    👌👌

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

    done

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

    IN WHICH IDE WE SHOULD LEARN , CAN U SUGGEST .
    WHICH IDE TO BE DOWNLOADED.

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

    mam , in gdb compiler , it shows 1234.34 , but for this 8 is required na??

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

    why both %10.2 and %5.2 provide same output?

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

    mam for printf(" %5.2f",a) statement 0.00 is printing in my pc mam how is it can you explain?

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

      i think you are decleare int type of data

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

    kehta sab h ki doubt pucho comment mei...pr batata koi nhi 😅😅

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

    The final output is 1234.34

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

      How could you please explain it

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

      same brother it is double type problem could you explain it

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

      Same

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

      #include
      int main()
      {
      float a=1234.3456;
      printf("%5.2f",a);
      return 0;
      }

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

      The Final output is 1234.35

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

    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

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

    34.34

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

    16:43 output is 34.35 mam please check my answer.

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

      I run on compiler but the answer is 1234.34 why ?

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

      @@vaibhavsinhbihola1 same is mine but 1234.35

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

    I got 34.34

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

    You know I'm studying in class 8 and I want to study thiss to pass the freaking exam only in our school around my reagion

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

    Mam...in my b.a2nd sem syllabus there is ..standard and formatted statement...so im confusing that what is the standrad statement??

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

    your question answer = 1234.35

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

    👍

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

    Mam pls tell me what is gets () function and goto

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

    First viewer 🎉

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

    34.35

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

    13.35

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

    Mam app live aa krr doubt b la skti hai kya