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 🙂😇.
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..
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
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
#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
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?
Any one listening in 2024
yes
Yes😊
Mee🙋
No
Yes
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 😩😩😩😩😔😔😔😔
18:03 %Lf is the format specifier for long double in C
19:20 short int %hi or %hd unsigned short int %hu
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..🙂😊❤❤
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.
Tell the BYE BYE TAKE CARE...with a beautiful smile is very awesome mam😊❤
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
thnk u mam...............ur lectrn iss vry usl💙💙💚💚💛💛
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
@jenny mam,
Format specifier for
short int or signed short int : "%hi" for
unsigned short int : "%hu"
thank you!
Thank you bro
thank you
Format specifier for
1)short int or signed short int : "%hi"
2)unsigned short int : "%hu"
ruclips.net/video/xRTK8inmoxY/видео.html
Signed short int has format specifier %hi
And Unsigned short int has format specifier %hu
Thank u maam for gr8 lecture
It's fine to see u back & introduction of programming
when you say 'take care' 😍😍😍
It felt like we had connection from past life🥰😍..
Thark
@@pokemoninmypant.20yearsago39 thark on another level
So
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 .
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..
I am great fan of your teaching skills mam.Heartly thank you for providing me free of coast videos..
Thanks mam, lots of love from Odisha ❤️🙏
Ma'am u r born to teach lubb ur teaching 💕💕🥰🥰
Mam keep your complete C language and C data stuctures notes and your explaination is awesome madam
Apane bahut logo ka future banna diya teacher bahut important hote h life m
Mam u r explaining skills are awesome ❤️❤️❤️
Lots of respect from my side..... Really you are helping us a plenty.... Please make more and more videos in CS.....
Mam, your videos is useful to learning programming. Thank You So Much Mam.🙋♀️👍
I like your teaching and videos and you are class is super madum
Thank you so again lecturer Jenny for your hard work 👏👏👏👏✌️
Ur language is very easy to understand so sweet mam❤❤
Nice video
you are best teacher on RUclips 😍
Hi Mam I am from Bangladesh. This course is really understandable course that I ever seen before. Thanks for doing this series.
You are teaching my hole bach of lT and My senior suggested your channel thank you mam
Extremely grateful explain mam
Mam Format spacifier for short int - %h
Unsiged short int - %u
Thank you mam 👍👍💎
Isn't unsigned int also %u
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
10:45 *correction* sizeof() is not a pre-defined function it's an unary operator 😊 thank you ❣️
nice
U r# greatest of oll tym GOAT🤟🤟
Mam you are good teacher
(best best best .................infinite )teacher =Jenny Mam
Thanks you so much for your wonderful lecture ma'am❤
20:45 for signed short int , it is %hd or %hi and for unsigned it is %hu
Superb teaching mam i understand everything 👍👍
Mam i love your way of teaching so much
Short data type is -32768 to 32767 &
Unsigned data type is 0 to 65,535. Tnq so much mam
For short signed int - % hi
Fod short unsigned int - % hu
Thank u 🙂
Mam I understood ur classes very well .mam can U send PDF of the notes it may easy to learn
Arguably the best teacher,,,keep up the good work,,,God bless you
Thanks alot, learning from Africa,kenya
Watched and Understood ❤
format specifier for short int is %d and for unsigned short int is %u
I wish you were my lecturer and am lucky that I found your videos
Great course helps alot especially in exams
I love the way you teach thank you mam ❤️❤️
Hello mam it's great series.just one suggestion can you please add some c twisters concept so it will help in technical Aptitude.
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
Mam ur voice superb 👌
Your way of teaching is very much interesting mam.
thanks for your hardwork ma'am, continue shaping us with your knowledge.
Hello maam , I am watch your videos daily
It is very interesting
Can I get notes pls?
very good mam
you are great
🙏❤
For short int %i
For unsigned int %u
Ma'am BIGGEST FAN OF U ...LOVE. FROM HYDERABAD
Yes I want notes of C programming. 😄
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
Madam u and ur explanation is super
A great lecture. keep going mam.
Hello Jenny, I would recommend you to use dark marker. It will be much better visually
Good teaching mam
it is correct (%Lf) .thank you mam
Hello ma'am,
I have to say this is a life saving video for me, I can understand*c* like a piece of cake.
Thank you so much 🥰❣️
every video's end is beautiful
This helped a great deal. God bless
ruclips.net/video/xRTK8inmoxY/видео.html
😊🙏good explanation 👏
Very good teaching skills mam
Mam. Can you please provide notes in discription
Thank you mam ❤❤
mam your way of learning is amazing
Thank you Jenny, keep the good work up
Great mam🙏🙏❣️❣️
Amazing mam thnku so much for clearing my doubts of data types
Mam your teaching is very well can you start spoken english classes
Thank you so much ma'am 💐💐💐
Mm really thanks to you for this course]
Nice knowledgeable video🎥
My first choice...👍👍
#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
your way of teaching is very good and I will definitely share my friend
Thank you 🤗🤗
ruclips.net/video/xRTK8inmoxY/видео.html
good morning mam ....nd thax
very very informative video...
Thank you madam you are making easy madam
@jenny mam, Video at 20:33 ,Value of short int will never be of 1 Byte
wish you all success and happiness in life mam
thank you very very much
Ma'am take water while teaching ...😊😊
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?
You are teaching in nice
Please continue C language👄💬 tutorials madam👩 always waiting for your video🎥📹 🤗😊😍☺❤
9:00 Did you use range of 2's complement formula [-2^n-1 to 2^n-1-1] here??
yes
thank you so much for this video....it is really useful
Hi how are you am barasa from kenya a beginner programmer and willing to make fellow friends
Thank you so so so......... Much madam
mam ur so beautiful 🥰 and ur teaching also sooo..... beautiful 🥰
yes maam your format specifier is absolutely correct for long double
really helpful sis thanks a lot