C_10 Data Types in C - Part 1 | C Programming Tutorials for Beginners

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

Комментарии • 505

  • @mikipaul9526
    @mikipaul9526 3 года назад +410

    I having c programming in my first semester and I'm unable to understand anything from online class but lucky you start programming classes.I'm so lucky 😁😁

  • @ravisagar9856
    @ravisagar9856 2 года назад +39

    I belong to non IT background by watching your videos im getting confident.
    Thank you so much mam 🙏
    The way you teach n explain is very understandable. ✨

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

      jab samaj me nahi aaya to kaise pta ki sahi pdaya ya nahi

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

      @@TBU41098 pagal hai kya bc? Non IT background se hai toh usko samjhega nhi, ye kya logic hai. Tu kya jab paida hua tab se terreko atta tha kya coding.

  • @krupa1963
    @krupa1963 3 года назад +53

    Format specifier for
    1)short int or signed short int : "%hi"
    2)unsigned short int : "%hu"

  • @aditya_ariyan
    @aditya_ariyan Год назад +15

    You and Harry are my best teacher, who's lectures are always help me to understand the programming language c..I will always be greatful to you..🙂😊❤❤

  • @saiswetha8719
    @saiswetha8719 4 месяца назад +177

    Any one listening in 2024

  • @18fatima15
    @18fatima15 8 месяцев назад +8

    18:03 %Lf is the format specifier for long double in C
    19:20 short int %hi or %hd unsigned short int %hu

  • @vikramvairagade4211
    @vikramvairagade4211 3 года назад +34

    @jenny mam,
    Format specifier for
    short int or signed short int : "%hi" for
    unsigned short int : "%hu"

  • @RAVIMEENA-if4wk
    @RAVIMEENA-if4wk 3 года назад +82

    Hello Miss Jenny,You are really doing a good job
    I am learning C programming with the help of Your videos
    You are my elder sister....❤️

  • @suganthir6440
    @suganthir6440 Год назад +4

    Tell the BYE BYE TAKE CARE...with a beautiful smile is very awesome mam😊❤

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

    Apane bahut logo ka future banna diya teacher bahut important hote h life m

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

    Mam I rupesh rajoriya . nice lectures u giving even i m student of mechanical branch it will very helpful to me s a student . Thanks a lot to u .

  • @biswadipmaity4764
    @biswadipmaity4764 3 года назад +14

    Jenny Ma'am I am your regular viewer, and I also a college student...
    And I also appreciate your hardwork👍
    And one request ma'am please upload more videos on the topic DAA, it's really help me... Thanks ma'am for teaching as like a home teacher 🙂😇.

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

      @@sahanakv7259 Design and Analysis of Algorithm

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

    Signed short int has format specifier %hi
    And Unsigned short int has format specifier %hu
    Thank u maam for gr8 lecture

  • @TOMREACTS69
    @TOMREACTS69 3 года назад +10

    when you say 'take care' 😍😍😍
    It felt like we had connection from past life🥰😍..

  • @chandumamillapalli8967
    @chandumamillapalli8967 3 года назад +15

    It's fine to see u back & introduction of programming

  • @pritampandit6297
    @pritampandit6297 2 года назад +4

    format specifier for short int is %d and for unsigned short int is %u

  • @artbysumanth
    @artbysumanth 2 года назад +41

    10:45 *correction* sizeof() is not a pre-defined function it's an unary operator 😊 thank you ❣️

  • @mohammedahlam-v8f
    @mohammedahlam-v8f Год назад +3

    thnk u mam...............ur lectrn iss vry usl💙💙💚💚💛💛

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

    I am great fan of your teaching skills mam.Heartly thank you for providing me free of coast videos..

  • @vinothamanas6544
    @vinothamanas6544 2 года назад +17

    For those who find hard to remember the range, Formula to calculate the unsigned and signed range is
    Unsigned range: 0 to (2^n - 1)
    Signed range: -(2^n-1) to (2^n-1 - 1)//where n is the number of bits
    Example: for char data type, size = 1byte(8 bits)
    Unsigned range: 0 to (2^8 - 1) = 0 to (256 - 1) = 0 to 255
    Signed range: -(2^8-1) to (2^8-1 -1) = -(2^7) to (2^7 - 1) = -128 to (128 - 1) = -128 to 127

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

      tq it is very helpful

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

      thanks

    • @calandr4
      @calandr4 Месяц назад

      and we do - 1 because 1 bite will represent negative (1) or positive.
      just as an example:~
      0101 1010 can mean 89
      1101 1010 can mean -89

  • @15easy
    @15easy 3 года назад +1

    You are clearing all doubts... hats off to you..
    I knew what int is..
    But now i know how it works..same goes other keywords ..
    Love you mam..
    Want more videos and computer tutorial..

  • @vncgaming007
    @vncgaming007 2 года назад +2

    For short int %i
    For unsigned int %u

  • @maharshireddy3354
    @maharshireddy3354 4 месяца назад +1

    Mam keep your complete C language and C data stuctures notes and your explaination is awesome madam

  • @hare_krishna_radhe123
    @hare_krishna_radhe123 2 года назад +2

    Mam you are good teacher

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

    For short signed int - % hi
    Fod short unsigned int - % hu
    Thank u 🙂

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

    (best best best .................infinite )teacher =Jenny Mam

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

    You are teaching my hole bach of lT and My senior suggested your channel thank you mam

  • @x-plorenature4372
    @x-plorenature4372 3 года назад +2

    Mam Format spacifier for short int - %h
    Unsiged short int - %u
    Thank you mam 👍👍💎

  • @vangurikarthik-e8b
    @vangurikarthik-e8b 2 месяца назад +2

    Extremely grateful explain mam

  • @sallanagaraju8972
    @sallanagaraju8972 2 года назад +12

    Mam I understood ur classes very well .mam can U send PDF of the notes it may easy to learn

  • @t.c.v.vbhaskar3695
    @t.c.v.vbhaskar3695 2 года назад

    Short data type is -32768 to 32767 &
    Unsigned data type is 0 to 65,535. Tnq so much mam

  • @YoutubeSchoolHindi
    @YoutubeSchoolHindi 6 дней назад +1

    Good explanation!!

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

    Yeahh my day gonna start with this class 💜

  • @md.abdulmumit465
    @md.abdulmumit465 3 года назад +4

    Hi Mam I am from Bangladesh. This course is really understandable course that I ever seen before. Thanks for doing this series.

  • @amarjitbehera5925
    @amarjitbehera5925 3 года назад +5

    Thanks mam, lots of love from Odisha ❤️🙏

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

    I like your teaching and videos and you are class is super madum

  • @sagarsingh32112
    @sagarsingh32112 2 года назад +8

    20:45 for signed short int , it is %hd or %hi and for unsigned it is %hu

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

    Mam u r explaining skills are awesome ❤️❤️❤️

  • @DomistianoMichael
    @DomistianoMichael 11 месяцев назад

    I wish you were my lecturer and am lucky that I found your videos

  • @m.padmashree2519
    @m.padmashree2519 3 года назад +3

    Mam, your videos is useful to learning programming. Thank You So Much Mam.🙋‍♀️👍

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

    Lots of respect from my side..... Really you are helping us a plenty.... Please make more and more videos in CS.....

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

    Ma'am u r born to teach lubb ur teaching 💕💕🥰🥰

  • @Aman-fy3lx
    @Aman-fy3lx Год назад +1

    Mam i love your way of teaching so much

  • @noorulakthar847
    @noorulakthar847 4 месяца назад +1

    Short int: %hd
    Longint: %ld

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

    Great course helps alot especially in exams

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

    #include
    main()
    {
    unsigned char b=-32;
    printf("%c",b);
    }
    if we have given a value like that it should'nt print the value because the unsigned range is 0-255 but its printing

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

    Nice video
    you are best teacher on RUclips 😍

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

    Hello Jenny, I would recommend you to use dark marker. It will be much better visually

  • @hadieudonne433
    @hadieudonne433 3 года назад +9

    Thank you so again lecturer Jenny for your hard work 👏👏👏👏✌️

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

    Your way of teaching is very much interesting mam.

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

    Arguably the best teacher,,,keep up the good work,,,God bless you

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

    %hd for short int and %hl for unsigned short int

  • @AbhishekMalli-t9p
    @AbhishekMalli-t9p Год назад

    Ur language is very easy to understand so sweet mam❤❤

  • @NikhilKumar-br1ew
    @NikhilKumar-br1ew Год назад +12

    Mam. Can you please provide notes in discription

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

    Thanks alot, learning from Africa,kenya

  • @aaryangorana8603
    @aaryangorana8603 2 года назад +4

    Hello maam , I am watch your videos daily
    It is very interesting
    Can I get notes pls?

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

    Watched and Understood ❤

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

    Ma'am BIGGEST FAN OF U ...LOVE. FROM HYDERABAD

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

    Superb teaching mam i understand everything 👍👍

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

    Thanks you so much for your wonderful lecture ma'am❤

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

    thanks for your hardwork ma'am, continue shaping us with your knowledge.

  • @AbdulRehman-ux6ql
    @AbdulRehman-ux6ql Год назад

    every video's end is beautiful

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

    mam your way of learning is amazing

  • @Roshnisyed95
    @Roshnisyed95 10 месяцев назад

    Format specifier for short int is %hi
    Format specifier for unsigned short int %hu

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

    it is correct (%Lf) .thank you mam

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

    Yes ma'am we want notes for c programming

  • @kartikindalkar1873
    @kartikindalkar1873 3 года назад +9

    Hello mam it's great series.just one suggestion can you please add some c twisters concept so it will help in technical Aptitude.

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

    U r# greatest of oll tym GOAT🤟🤟

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

    Short int :- %hi
    Unsigned short int :- %hu

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

    Madam could please do the videos on java(oops)

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

    C programming is tha base of all languages

  • @HariCharan-e3f
    @HariCharan-e3f 2 месяца назад

    Good teaching mam

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

    Format specifier for longdouble "%Lf" is correct.

  • @5684CreativeScope
    @5684CreativeScope Год назад

    Madam u and ur explanation is super

  • @mrinalkantimohapatra4076
    @mrinalkantimohapatra4076 8 месяцев назад

    Yes I want notes of C programming. 😄

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

    Thank you madam you are making easy madam

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

    This helped a great deal. God bless

  • @allabakashkhanphatan652
    @allabakashkhanphatan652 29 дней назад

    Mam your teaching is very well can you start spoken english classes

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

    Mm really thanks to you for this course]

  • @v.gurueshwar5h679
    @v.gurueshwar5h679 3 года назад +1

    Mam ur voice superb 👌

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

    I love the way you teach thank you mam ❤️❤️

  • @i-itpraveenkumar.b.s3849
    @i-itpraveenkumar.b.s3849 2 года назад

    Long double store upto 12 bytes
    mam,and it uses the same format of double

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

    %hi - signed short integer
    %hu - unsigned short integer

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

    Greetings Ma'am!
    Your way of teaching, and videos (class) are the best!!!
    But I would like to buy a best book for study the C language programm.
    Please suggest
    Best Regards
    Harvind

  • @user-uu6xe5rx5m
    @user-uu6xe5rx5m 2 года назад

    Very good teaching skills mam

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

    You are teaching in nice

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

    for short int(%d),for unsigned short int(%u,%d)

  • @slobodantajisic2762
    @slobodantajisic2762 2 года назад +5

    Ok. The size of the data types definitely depends on the compiler, ie. from the operating system. But what about the long long int data type? Why in my case int and long int have the same size? What is the difference between them if it's not size?

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

    Thank you so so so......... Much madam

  • @kaustubhkulkarni7404
    @kaustubhkulkarni7404 2 года назад +2

    A great lecture. keep going mam.

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

    Hi Mam Your teaching is very nice and easy to understand. please send PDF about C language.

  • @SriKrishnaSunkara-e2p
    @SriKrishnaSunkara-e2p Год назад

    short int format specifier is %hd
    unsigned short int specifier is %u

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

    good morning mam ....nd thax

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

    yes maam your format specifier is absolutely correct for long double

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

    thank you

  • @anandcherian.585
    @anandcherian.585 3 года назад

    Thank you Ma'am

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

    Mam as you say int data type range is from-32768 to 32767 .It means if I will assign number greater then this example 456788 then it will not print this value

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

    very good mam
    you are great
    🙏❤

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

    %hi - short(signed)
    %hu - short(unsigned)

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

    and for long double it would be 33 precision for float.