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 😁😁
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 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.
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 🙂😇.
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
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..
#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
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
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?
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
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 😁😁
ruclips.net/video/xRTK8inmoxY/видео.html
Ur so lucky teacher saved u
Collagel kudhaya bhava tu
Same here bro
Same here 😩😩😩😩😔😔😔😔
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. ✨
jab samaj me nahi aaya to kaise pta ki sahi pdaya ya nahi
@@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.
Format specifier for
1)short int or signed short int : "%hi"
2)unsigned short int : "%hu"
ruclips.net/video/xRTK8inmoxY/видео.html
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..🙂😊❤❤
Any one listening in 2024
yes
Yes😊
Mee🙋
No
Yes
18:03 %Lf is the format specifier for long double in C
19:20 short int %hi or %hd unsigned short int %hu
@jenny mam,
Format specifier for
short int or signed short int : "%hi" for
unsigned short int : "%hu"
thank you!
Thank you bro
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....❤️
ruclips.net/video/xRTK8inmoxY/видео.html
Mg
Tell the BYE BYE TAKE CARE...with a beautiful smile is very awesome mam😊❤
Apane bahut logo ka future banna diya teacher bahut important hote h life m
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 .
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 🙂😇.
@@sahanakv7259 Design and Analysis of Algorithm
Signed short int has format specifier %hi
And Unsigned short int has format specifier %hu
Thank u maam for gr8 lecture
when you say 'take care' 😍😍😍
It felt like we had connection from past life🥰😍..
Thark
@@pokemoninmypant.20yearsago39 thark on another level
So
It's fine to see u back & introduction of programming
format specifier for short int is %d and for unsigned short int is %u
10:45 *correction* sizeof() is not a pre-defined function it's an unary operator 😊 thank you ❣️
nice
thnk u mam...............ur lectrn iss vry usl💙💙💚💚💛💛
I am great fan of your teaching skills mam.Heartly thank you for providing me free of coast videos..
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
tq it is very helpful
thanks
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
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..
For short int %i
For unsigned int %u
Mam keep your complete C language and C data stuctures notes and your explaination is awesome madam
Mam you are good teacher
For short signed int - % hi
Fod short unsigned int - % hu
Thank u 🙂
(best best best .................infinite )teacher =Jenny Mam
You are teaching my hole bach of lT and My senior suggested your channel thank you mam
Mam Format spacifier for short int - %h
Unsiged short int - %u
Thank you mam 👍👍💎
Isn't unsigned int also %u
Extremely grateful explain mam
Mam I understood ur classes very well .mam can U send PDF of the notes it may easy to learn
Short data type is -32768 to 32767 &
Unsigned data type is 0 to 65,535. Tnq so much mam
Good explanation!!
Yeahh my day gonna start with this class 💜
We're are from?
simp
Hey to know more about Programming . Please check it out .. click here 👉👉 #codeyourslf
Hi Mam I am from Bangladesh. This course is really understandable course that I ever seen before. Thanks for doing this series.
Thanks mam, lots of love from Odisha ❤️🙏
I like your teaching and videos and you are class is super madum
20:45 for signed short int , it is %hd or %hi and for unsigned it is %hu
Mam u r explaining skills are awesome ❤️❤️❤️
I wish you were my lecturer and am lucky that I found your videos
Mam, your videos is useful to learning programming. Thank You So Much Mam.🙋♀️👍
Lots of respect from my side..... Really you are helping us a plenty.... Please make more and more videos in CS.....
Ma'am u r born to teach lubb ur teaching 💕💕🥰🥰
Mam i love your way of teaching so much
Short int: %hd
Longint: %ld
Great course helps alot especially in exams
#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
Nice video
you are best teacher on RUclips 😍
Hello Jenny, I would recommend you to use dark marker. It will be much better visually
Thank you so again lecturer Jenny for your hard work 👏👏👏👏✌️
Your way of teaching is very much interesting mam.
Arguably the best teacher,,,keep up the good work,,,God bless you
%hd for short int and %hl for unsigned short int
Ur language is very easy to understand so sweet mam❤❤
Mam. Can you please provide notes in discription
Thanks alot, learning from Africa,kenya
Hello maam , I am watch your videos daily
It is very interesting
Can I get notes pls?
Watched and Understood ❤
Ma'am BIGGEST FAN OF U ...LOVE. FROM HYDERABAD
Superb teaching mam i understand everything 👍👍
Thanks you so much for your wonderful lecture ma'am❤
thanks for your hardwork ma'am, continue shaping us with your knowledge.
every video's end is beautiful
mam your way of learning is amazing
Format specifier for short int is %hi
Format specifier for unsigned short int %hu
it is correct (%Lf) .thank you mam
Yes ma'am we want notes for c programming
Hello mam it's great series.just one suggestion can you please add some c twisters concept so it will help in technical Aptitude.
U r# greatest of oll tym GOAT🤟🤟
Short int :- %hi
Unsigned short int :- %hu
Madam could please do the videos on java(oops)
C programming is tha base of all languages
Good teaching mam
Format specifier for longdouble "%Lf" is correct.
Madam u and ur explanation is super
Yes I want notes of C programming. 😄
Thank you madam you are making easy madam
This helped a great deal. God bless
ruclips.net/video/xRTK8inmoxY/видео.html
Mam your teaching is very well can you start spoken english classes
Mm really thanks to you for this course]
Mam ur voice superb 👌
I love the way you teach thank you mam ❤️❤️
Long double store upto 12 bytes
mam,and it uses the same format of double
%hi - signed short integer
%hu - unsigned short integer
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
Very good teaching skills mam
You are teaching in nice
for short int(%d),for unsigned short int(%u,%d)
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?
Thank you so so so......... Much madam
A great lecture. keep going mam.
Hi Mam Your teaching is very nice and easy to understand. please send PDF about C language.
short int format specifier is %hd
unsigned short int specifier is %u
good morning mam ....nd thax
yes maam your format specifier is absolutely correct for long double
thank you
Thank you Ma'am
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
very good mam
you are great
🙏❤
%hi - short(signed)
%hu - short(unsigned)
and for long double it would be 33 precision for float.