Finding C programming hard? We’ve got you! 🚀Get 60% off on Programiz PRO Lifetime Plan this Black Friday-pay once for skills that last forever. Don’t miss out, it’s a limited-time offer! 👉Grab your discount now: bit.ly/blkfriday-24-yt
Thank you so much for creating these videos. They are very helpful, not only for beginners, but for those that want to refresh from time to time. It can be difficult to remember syntax for multiple programming languages! You do a great job conveying the information in a pleasant way.
I'm still halfway through the video, I'm glad this video goes into why you would want to use one datatype over another, and that it showcases different types you could use. Very informative, and it's teaching with more potential for future coding outside of these exercises.
i was finding it very hard for learning c langauge and was frustrated then i saw programiz on you tube. they helped me learn c language and made it very simpler to understand along with an online compiler to run the programs I also used the app they provide certificate after completing their course which is very useful also. THANK YOU #PROGRAMIZ
Thanks for this, tutorial. Just a quick suggestion, please put a high-pass filter on your mic's audio stream as the boom arm is imparting a low frequency rumble. Most people are never going to hear this, but it's good practice for us with subwoofers. Set the filter to ~250Hz or so. Cheers!
Your teaching skills is osm mamm it is easy to understand. And we have not only learn c language from you but also English language your English is simply superbbbb
the Programiz is very clear and easy to understand more especially for beginners but some of us can't afford to pay subscription what do you plan for peoples like those ones?
wow I really love this, im sitting on my day off in the subArctic, using my phone as a hotspot. learning C because I am just bored, and you are so knowledgeable, a great teacher, and so beautiful! you almost distract me from keeping focused, almost.
your videos are very amazing lessons! I have some questions: the first one is why do you specify that is a float number with the f after the number when you just tell the program "float" before?
I was wondering this, too and experimented to see if it mattered. The result was the same if you don't add the "f" at the end of the variable. I'm not sure if this would cause issues later, but for now, doesn't seem to matter.
it does not fill the remaining slots with random values but with zeros. if you do not precise how many slots after the decimal point of a double type variable. good video though thank you
ide code::block compiler GNU GCC compiler // code int int_size; double double_size; printf("int size: %zu ", sizeof(int_size)); printf("double size: %zu ", sizeof(double_size)); // out >>>int size: zu >>>double size: zu
Hello thanks for the video! in data type: float and double, I have a question: you added f syntax afterr 10.9 but i tried without adding f ending and it still works. and you said it is about to show this number is float not double thus why it still works wihtout f?
video is too good but the level of going from first video to second video is mediun but in third video the level of video is high . We could understand it but actually we'll definately no longer memorize is at all. so please make video in details or with respect to fresher because I am fresher and want to learn something from you. Your explanation is too good.
Really liked this website it's free upto 6% of course after that it's asks for subscription I kno it's a business bt education should b free of cost 🤧 that too basics lik this should b atleast
hello am having challenges while trying out the cords in the compiler am typing the exact cords but am getting errors i need your help i have failed to figure out where the mistake could be
we use %zu with sizeof operator. By the way, the sizeof operator returns size_t. The size_t data type is used to represent the size of an object. We can use %d with sizeof operator but the correct one is the use of %zu.
Finding C programming hard? We’ve got you!
🚀Get 60% off on Programiz PRO Lifetime Plan this Black Friday-pay once for skills that last forever. Don’t miss out, it’s a limited-time offer!
👉Grab your discount now: bit.ly/blkfriday-24-yt
Can you please provide us the notes of all videos 🙏🙏
Ankit Patel thank you so much sir for the same aap ko to be the family of your life with a good 💯 and family of your family
You have made me to start loving programming indeed you are a good lecture
i have doubt in 3 rd video mam
You have helped me
I have learned more from you the past 30 mins than I did in my c programming college class taught by a doctor
same for me
It's nice to have teachers actually good at explaining code
Love this series. Best for beginners ❤️
Can you explain me that what i will do after learning c language??
Thank you so much for creating these videos. They are very helpful, not only for beginners, but for those that want to refresh from time to time. It can be difficult to remember syntax for multiple programming languages! You do a great job conveying the information in a pleasant way.
I'm still halfway through the video, I'm glad this video goes into why you would want to use one datatype over another, and that it showcases different types you could use. Very informative, and it's teaching with more potential for future coding outside of these exercises.
These series make programming for beginners much easier... Thanks😘😘
i was finding it very hard for learning c langauge and was frustrated then i saw programiz on you tube. they helped me learn c language and made it very simpler to understand along with an online compiler to run the programs I also used the app they provide certificate after completing their course which is very useful also. THANK YOU #PROGRAMIZ
Welcome :)
Do we have to pay for the classes?
Keep up the good work! love this series so far and it has indeed helped me understand more regarding C and programming!
It definitely is well organized and correctly paced tutorial, thank you very much programiz for providing such content
Am wondering how comes you don't have million subscribers because you are the best
wow, I love the smoothness in progression. From scratch, just what a novice in programming like me needs. Thank you.
Outstanding instructor, thanks tons for your presentation.
Answer is:A
Tq very much ma'am
Your videos are really very interesting and good,
I request you to keeping making this type of valuable videos ❤❤❤❤
Thanks for this, tutorial. Just a quick suggestion, please put a high-pass filter on your mic's audio stream as the boom arm is imparting a low frequency rumble. Most people are never going to hear this, but it's good practice for us with subwoofers. Set the filter to ~250Hz or so. Cheers!
This c programming series is really helpful for beginners.Thank you so much
Very Nice Explanation Mam..... I Couldn't Understand This In My College But Now My Concepts Are Clear 👍❤.. Thankuuu So Much ❤
Maam your videos are so simple and easy to understand . Please make another topic related to java or python or C++ .
Programming made easy and well explained. Thank you !
Great job!
its good teacher i found that i understand you more than anyone else in youtube
Best course for c programming
Loving to learn this course
Truly speaking, I learned more from your TH-cam channel, thank u so much
What is the difference between %d and %zu? At 9:40
I appreciate these kinds of series and programs and their accessibility
Your teaching skills is osm mamm it is easy to understand. And we have not only learn c language from you but also English language your English is simply superbbbb
i love the way you explain the tutorial...........thank you for this................from Nairobi Kenya
Helping me a lot . . More than my classes lectures
The explanation is really good. Can you provide with some notes and materials so that we can use it for refresher?
the Programiz is very clear and easy to understand more especially for beginners
but some of us can't afford to pay subscription
what do you plan for peoples like those ones?
Very useful and understandable. I got confidence now to do much better in my assignments.
CLASS was so amazing easy to understand thank you mam🥰🥰
Thank you so much ❤️
From my understanding, the answer to the quiz is 33 33
Because you printed twice and you didn't add a next line 🤓
We Are So Lucky To Have You Mam
wow I really love this, im sitting on my day off in the subArctic, using my phone as a hotspot. learning C because I am just bored, and you are so knowledgeable, a great teacher, and so beautiful! you almost distract me from keeping focused, almost.
Love this series. Best for beginners
your videos are very amazing lessons! I have some questions: the first one is why do you specify that is a float number with the f after the number when you just tell the program "float" before?
I was wondering this, too and experimented to see if it mattered. The result was the same if you don't add the "f" at the end of the variable. I'm not sure if this would cause issues later, but for now, doesn't seem to matter.
very graceful way of explanation😍
Ma'am could you say why did you used %zu as format specifier in case of finding the size of data types?
very very very great👍👍 start for you beginning in coding 100% easy to understand and convinent for any person not necessarily tech beginners
tthanks a lot , will be better if u post some tests or mulitple questions on the website for us
So useful! Completely understood data types. Thank you so much for the video :))
Very good explanation of basic concepts
The best course for beginners 👍
I love the C language because you are great teacher and so beautiful. Salutations from France.
The tutorial is great but please look into audio quality.
I am hooked on this series
i cant explain how much you helped me tysm,my college teacher is bad at teaching
i seriously was about to withdraw from c course but after i found this i think i have changed my mind
Thank you ☺️☺️💟 so much for this session ☺️😊
Love uour teaching❤❤
Your videos are sooo helpful!!!!!
Very well explained
It's fun to play with what I learn each video
best c tutorial i have found👌👌👌
hello first of all thanks for sharing this and two I don't understand why the character was printed 122 is it the utf8 code of z?
Sounded complicated at first but I got the concept at the end of the video.
you're the best ✌✌✌✌
Ooooh My God, if possible we can meet, I real liked the way you explain every thing! thank you so much!
enjoying the classes
you took my heart 💙💙💙
it does not fill the remaining slots with random values but with zeros. if you do not precise how many slots after the decimal point of a double type variable. good video though thank you
the way you teach thats really amazing
Love the course, love you more
I'm learning a lot from this lessons thank you
Thanks for your help and support
Nice tutorial
So far, so awesome!
thank you so much for this ! i just started a software engineering programme and i was beginning to feel like i'm falling behind.
thank you very much for making this kind of video. It was very very helpful :)
ide code::block
compiler GNU GCC compiler
// code
int int_size;
double double_size;
printf("int size: %zu
", sizeof(int_size));
printf("double size: %zu
", sizeof(double_size));
// out
>>>int size: zu
>>>double size: zu
I love 💟 your teaching method mam 😍😍
Thank you so much, it really helps
enjoy the way structure and execute the lessions
Hello thanks for the video! in data type: float and double, I have a question: you added f syntax afterr 10.9 but i tried without adding f ending and it still works. and you said it is about to show this number is float not double thus why it still works wihtout f?
very useful videos for students
thank you
video is too good but the level of going from first video to second video is mediun but in third video the level of video is high . We could understand it but actually we'll definately no longer memorize is at all. so please make video in details or with respect to fresher because I am fresher and want to learn something from you. Your explanation is too good.
this the best for me beacuse i consider coding my hobby
3:00 to 3:23
Really liked this website it's free upto 6% of course after that it's asks for subscription
I kno it's a business bt education should b free of cost 🤧 that too basics lik this should b atleast
Thank you for detailed info. Great channel. Fallowing
So attractive representation programming teaching mam
you are really doing a good job
Really good!
I just love her and this. Second year mech eng student here
i love how you teach. your programiz website shows its not free .how do i access the free version
Excellent 👌
This is really good for newbie like me
I really appreciate your videos 😭
Super mam .. nice explanation
hello am having challenges while trying out the cords in the compiler am typing the exact cords but am getting errors i need your help i have failed to figure out where the mistake could be
dont worry i figured it out
thanks alot am picking up
why we use %zu , what it is the meaning of %zu, what it indicates ?
we use %zu with sizeof operator.
By the way, the sizeof operator returns size_t. The size_t data type is used to represent the size of an object.
We can use %d with sizeof operator but the correct one is the use of %zu.
Wow Very good
😁😁😍🥰
No offense but I feel like you're smashing your keyboard. Hahah. Thanks for your instruction. Love it
Best course
Very useful tutorial thank you very much keep on doing wish you all the best
It's very helpfull madam thank you😊😊
I love your teaching so much, I understand more than in my class,thank you so much.
I'm watching all the episodes.
But guess what, you're kinda cute❤
Very educational
so far so good, thanks dr. for the great job done
Thank you this was helpful.