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-t
i started with ur python playlist which built my python foundations and i became very good at it and when i started learning c,i knew where to look for and i was right!,programiz never dissappoints,quality content as always
I'm a mechanical engineer and wants to learn c programming and also wants to improve my english vocab as well, So this is the best channel for that thing .Your content is really appreciatable and we want more videos like this. Thanks a lot to you for doing such type of hard work.
I am a student majoring in Analytical Finance and I currently have an exam in programming in a couple of days. The playlist is great, and you explain everything, and wish you as my professor. Keep up the great work and keep doing what you're doing because you're a lifesaver.
@@quacker8230 Thanks for asking; it could have gone great, but my professor had added a confusing question (which didn't even make sense when you read it). The funny thing (but sad at the same time) is that the whole class failed the exam.
Excellent video. The answer is C, 33 33. This is because the space after the type specifier in the first printf function is considered as a string so it will also be rendered in the output before the second printf function.
I learned some basics of coding years ago as a mandatory step towards getting into something else, these videos are helping me relearn what I overlooked so that I can both utilize it for myself and help friends learn as well. The more of us there are that can grasp some of the basics, the more of us can catch problems within one another's work.
to be honest i found this video late but i dont regret it cause i might find the best place to learn for as beginner to learn the c programming language,keep up the good work we are seriously looking forward to it
The answer is B. 3333. Reason is since there's no in the second print function, the second printed data will be on the same line with the first. Hence 3333. As a new Computer Science student, I'm just starting out in C-Programming and I find this course immensely helpful. Thank you so so much for making this course. God bless you. Edit: So, I just discovered my answer was wrong. Oh well 😄, it's all part of learning. The right answer is C. 33 33. The space after the placeholder %d made all the difference.
@@princessmelchor2104 Though the correct answer is C 33 33 as there is a space after the %d in the first line wich translates to the output as a space between the first 33 and the second.
@@princessmelchor2104 my sister , the answer is C not B so if someone gets more likes on his reply doesn't not mean he is correct. Anyway the answer is C
I was a programmer in my early life but transitioned to hairdressing about 20 years ago, now I've been feeling the programming itch again. This is such a great basic reminder of all the basics I have forgotten! Thanks!
Using Visual Studio Code to find the answer at the end of the vid: 33 33. Awesome teaching! I'd been learning backwards using Lua JavaScript and Python. But now I realize why I should've learned this first. It's like putting modern 'Progressive Rock' before the classics of 'Yes' or 'King Crimson'....somebody might understand that. Anyhow. Your teaching is amazing Padma.
The answer is C, there is trap if you look careful, there is a space after format specifier(%d) the first one. The best learning site ever congratulation madam
Thank you for this, I'm new to tech and I've been having problems with C but I guess I've found solutions to my problem with your channel. Keep up the good work.
@@muralimohanmudduluru1803 it would be in between the code, here i mean printf ("%d", firstnumber); [enter] printf(" %d" , firstnumber); explanation: here
I'm a computer science student from Bangladesh. I am trying to learn c programming. Thank you for these free videos. God bless you. Initially i thought answer will be B then i realized it will be C.
Can you make a video about c programming from A to Z ... Clarify the name of variables, data types, output and input, commands, comment, single line and multiline, main function, keywords and constants, operater and precedence, increment and decrementand operators , format output with printf, formatting input with scanf, precision definition, modulos, and escape sequence and tell how and when to use all of its... Please 🥺... Thank you ☺️
It will be C as no next line comments are mentioned but there is space after "%d " for first input so the output will look much like 33 33 without any declaration
The code you provided prints the value of the variable number1 twice, with a space between the two numbers. The printf function is used to print formatted output, and the %d format specifier is used to print an integer value. The first %d in the format string prints the value of number1, and the second %d prints the same value again. The space between the two %d format specifiers is printed as a space between the two numbers. Therefore, the output of the code is 33 33.
The answer is 3333, thanks for this lessons they are really so helpful and u have a very nice and easy way of explaining it. You make coding seem pretty easy.
great beginner level course, slowly building a program from the ground up helps me understand it a lot better. any chance of some theorie videos to C programming?
You can also have a look at the following video lecture series for C programming where every week concept plus practice exercise take place on the channel. th-cam.com/video/krMM1ju43YA/w-d-xo.html
Thank you mam...your are such an outstanding ❤the way you explained in detail so steady made me understand so well without any doubt... and it really did help me alot as I'm a beginner BCA and IT student. I'll try to watch the full episode of each C programming step by step 😊❤
Thank you so much for outstanding explanitation , To answer the assignment YOU CAN NOT SIGN VERIABLE WITH NUMBER SO IT DOSENT WORK UNTILL ELEMINATE 1 FROM THE SCRIPT. keep forward
thank you for your content, its super clear and intlligently constructed the way you cover assigning values and also kinda including pointers within. Great content and I love it as a complete beginner.
answer for the question at the end is c. 33 33 Thats because there is no new line attached to it ad also, the space inn between was added in the first printf after the 33
Answer for quiz is C) 33 33. Since, there is a visible space after the format specifier in the first print statement and an absence of ' ' before the format specifier of the second print statement. The output is hence printed in a single line with a space between 2 outputs.
You can also have a look at the following video lecture series for C programming where every week concept plus practice exercise take place on the channel. th-cam.com/video/krMM1ju43YA/w-d-xo.html
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-t
3333
33
33
33 33
3333
i started with ur python playlist which built my python foundations and i became very good at it and when i started learning c,i knew where to look for and i was right!,programiz never dissappoints,quality content as always
I am a Computer Science freshman and have absolutely no clue what to do. Ma'am, you and your team save me from flunking. Thank you so much!
same to me here am computer engineering freshman but also had no clue on what to do. Thnx to this madam
Same , I just got enrolled and since I had a premed back ground I wanted to yk learn somethings before the classes begain
me right now🤣
Im just a casual bozo XD im trying my best
I'm a mechanical engineer and wants to learn c programming and also wants to improve my english vocab as well, So this is the best channel for that thing .Your content is really appreciatable and we want more videos like this. Thanks a lot to you for doing such type of hard work.
Good luck :)
I am a student majoring in Analytical Finance and I currently have an exam in programming in a couple of days. The playlist is great, and you explain everything, and wish you as my professor. Keep up the great work and keep doing what you're doing because you're a lifesaver.
how did the exam go?
@@quacker8230 Thanks for asking; it could have gone great, but my professor had added a confusing question (which didn't even make sense when you read it). The funny thing (but sad at the same time) is that the whole class failed the exam.
Can give me an advice on how you are majoring
I’m loving your videos. Very well explained and not too much information at once
Why u messaged here
Excellent video. The answer is C, 33 33. This is because the space after the type specifier in the first printf function is considered as a string so it will also be rendered in the output before the second printf function.
you are right, I wrote the code and found it the same as you did
nah the answer is B 3333 that's because she didn't put space before the "%d"
@@Eng-Ara_2023 how the heck did you find it 33 33 instead of 3333 ? ..me and my friend both of us found it answer B
@@zainebhidoussi1498 u are wrong honey , I agree with him ,the right answer is 33 33
@@zainebhidoussi1498 look closely in the first line of printf... there is some space left so the answer is c
How can You have so little views? Your website is awesome! Straight to the point and everything is nicely explained - same goes for the video!
I learned some basics of coding years ago as a mandatory step towards getting into something else, these videos are helping me relearn what I overlooked so that I can both utilize it for myself and help friends learn as well. The more of us there are that can grasp some of the basics, the more of us can catch problems within one another's work.
to be honest i found this video late but i dont regret it cause i might find the best place to learn for as beginner to learn the c programming language,keep up the good work we are seriously looking forward to it
The course is clear and adorable . I understood more than what I was taught in class. Thank you so much for sharing your knowledge.
as a beginner i know how much useful your vedios are❤️
The answer is B. 3333.
Reason is since there's no
in the second print function, the second printed data will be on the same line with the first.
Hence 3333.
As a new Computer Science student, I'm just starting out in C-Programming and I find this course immensely helpful. Thank you so so much for making this course. God bless you.
Edit: So, I just discovered my answer was wrong. Oh well 😄, it's all part of learning. The right answer is C. 33 33. The space after the placeholder %d made all the difference.
Dayum in the first place my answer is B, when I saw ur comment now I understand it now thankyousomuch🤍
@@princessmelchor2104 Though the correct answer is C 33 33 as there is a space after the %d in the first line wich translates to the output as a space between the first 33 and the second.
@@princessmelchor2104 my sister , the answer is C not B so if someone gets more likes on his reply doesn't not mean he is correct. Anyway the answer is C
Yes because we don’t have /n
Great tutorial. The answer is definitely B.3333 since you have not used the format specifier of neither \t nor
. Thanks.
no it is C because first line of printf theres a space after %d
This course is too good. I highly recommend you all. She have explained it in very simple language.
I was a programmer in my early life but transitioned to hairdressing about 20 years ago, now I've been feeling the programming itch again. This is such a great basic reminder of all the basics I have forgotten! Thanks!
Using Visual Studio Code to find the answer at the end of the vid: 33 33.
Awesome teaching! I'd been learning backwards using Lua JavaScript and Python. But now I realize why I should've learned this first. It's like putting modern 'Progressive Rock' before the classics of 'Yes' or 'King Crimson'....somebody might understand that.
Anyhow. Your teaching is amazing Padma.
C 33 33. best learning experience ever
👍
The answer is C, there is trap if you look careful, there is a space after format specifier(%d) the first one. The best learning site ever congratulation madam
Were starting with C programming rn thank you for your videos. Truly understandable ♥️.
I love how your videos are short and precise. Easy for one to understand and engage. Thanks for making it free.
Hi
The answer is c. Your channel is straight to the point and quite informative
Thank you for this, I'm new to tech and I've been having problems with C but I guess I've found solutions to my problem with your channel. Keep up the good work.
c) 33 33
#include
int main() {
printf("Great video");
return 0;
}
actually b), as there is no space put on the %d (it would be more like
'printf("%d", number 1);
printf(" %d", number 1);')
Yes the answer is b.. there is no syntax of spacing( /t )
@@BLAAAAAST there is a space after %d
space matters inside " ".
@@muralimohanmudduluru1803 it would be
in between the code, here i mean printf ("%d", firstnumber); [enter] printf("
%d" , firstnumber);
explanation: here
means to creating "new line"
just started c. the answer is 33 33. the language used is simple and the explanation is excellent for newbies. thank you
i can't describe how useful it is.
I'm a computer science student from Bangladesh. I am trying to learn c programming. Thank you for these free videos. God bless you.
Initially i thought answer will be B then i realized it will be C.
I really love your content. You are the best instructor. So petient and one concept at a time💕
The answer is B because it will print it in the same line without spacing.
it is very intersting tutorial keep it up.
The answer is C. And the class was awesome and simple. Keep making this type of contents more.
It's B
@@wintagevault for the first printf there is a space after %d.So it 33 33
@@suraiyarahman2471 👍
I believe the answer is "C" (appropriately enough lol). It still amazes me how much free, high-quality content is on TH-cam.
Your tutorials are just dope! Keep it up. My guess of the quiz question is C 33 33👍
I'm an Informatics student and C programming is one our courses, this tutorial really helps a lot👏
Can you make a video about c programming from A to Z ... Clarify the name of variables, data types, output and input, commands, comment, single line and multiline, main function, keywords and constants, operater and precedence, increment and decrementand operators , format output with printf, formatting input with scanf, precision definition, modulos, and escape sequence and tell how and when to use all of its... Please 🥺... Thank you ☺️
Yes too
The answer is B. 3333. This video is really helping me out to achieving my objective. It is simple and straight to the point. Thank you
It will be C as no next line comments are mentioned but there is space after "%d " for first input so the output will look much like 33 33 without any declaration
Thank you very much, your videos makes me understand my courses at school well.
This is very interesting and practical. The output here will be 33 33
this is the easiest and the best basics course for beginners, thank you so much for this
Option 2 is 3333 because we print two times the integer, but we don't use
I'm sorry but you are wrong and I'll show you why. If you notice after the first %d there is a space. ex. "%d ". The correct answer is C. 33 33.
Ok I understand @@sparkiev.9827
The code you provided prints the value of the variable number1 twice, with a space between the two numbers. The printf function is used to print formatted output, and the %d format specifier is used to print an integer value. The first %d in the format string prints the value of number1, and the second %d prints the same value again. The space between the two %d format specifiers is printed as a space between the two numbers.
Therefore, the output of the code is 33 33.
The answer will be 33 33 , option (C)
this is the best course i found in youtube for beginners
3333 is the output of this program
It’s actually C because there is a space after the first %d and that will provide the space between the two 33’s
The answer is 3333, thanks for this lessons they are really so helpful and u have a very nice and easy way of explaining it. You make coding seem pretty easy.
I was eagerly waiting for this video. Its a totally new topic for me and I found this video very well explained. Keep up the good work! 😁😁
Superb
Yeah
you sound not just that but you are perfect C teacher i respect you for that
great beginner level course, slowly building a program from the ground up helps me understand it a lot better. any chance of some theorie videos to C programming?
I'm a beginnerto programming. By seeing your second video, I feel that I can learn programming .
I never thought I could understand programming but this videos make it way easier to learn thanks… the answer is B
You can also have a look at the following video lecture series for C programming where every week concept plus practice exercise take place on the channel.
th-cam.com/video/krMM1ju43YA/w-d-xo.html
Your video was the only one that explained it well enough to where I could apply the work given! Thanks!
The answer is B. You're making this so easy to understand. Thank you
Thank you mam...your are such an outstanding ❤the way you explained in detail so steady made me understand so well without any doubt... and it really did help me alot as I'm a beginner BCA and IT student. I'll try to watch the full episode of each C programming step by step 😊❤
Thank you so much for making the basics so easy for us,
The output of the last program is = 33 33
Thank you so much for outstanding explanitation ,
To answer the assignment YOU CAN NOT SIGN VERIABLE WITH NUMBER SO IT DOSENT WORK UNTILL ELEMINATE 1 FROM THE SCRIPT. keep forward
Just started learning C programming from today . Its really so interesting.
🌼The ans is 33 33
thank you for your content, its super clear and intlligently constructed the way you cover assigning values and also kinda including pointers within. Great content and I love it as a complete beginner.
wow! you are true definition of a teacher.
Best Chanel to learn c so far. Thanks!
answer is B. This is because in our program there is no new line specifier. (i.e)
. By the way, your explanation is beautiful.
Thank you so much for your quality content. I just started learning C programming and I understand better with your videos. Keep it up
Superb. The answer is the one on the screen, no lies.
The correct answer is 33 33
This is because of the space after the format specifier in the first line text.
answer for the question at the end is
c. 33 33
Thats because there is no new line attached to it ad also, the space inn between was added in the first printf after the 33
The answer is 3333 and so far the content makes perfect sense
Excellent vedio.Simple English.Thank you.
#include
int main (){
int number1 = 33;
printf("%d", number1);
printf("%d", number1);
return 0;
}
Output will be 3333 which is in (B)
Hi Madam, you are great. your teaching style is awesome.. 👍👍👍👍🙂🙂🙂
you are the best,as a student you have helped me through c thanks alot
I just started your C Playlist, and you're amazing 👏 ✨️ 💕
Thanks. Very informative and straightforward so far, with reasonable video durations. Refreshing, thank you.
my favorite video collection as a begginer in shoftware developing!!!
This video is brilliant and excellent for beginners. I am reallyyy grateful for this kind of experience!!!!
Im new in this and i have to admit that you are so good...the approach is very helpful. thanks alot💐💐💐💐💐
Answer for quiz is C) 33 33.
Since, there is a visible space after the format specifier in the first print statement and an absence of '
' before the format specifier of the second print statement. The output is hence printed in a single line with a space between 2 outputs.
One of the best Vids I've seen so far!
I'm starting to learn, I hope I can learn fast
Correct answer is c
Thanks for such a great meaningful video that explains in a easiest way 😁
The video literally explain everything,it is the best
Very clear and easy to understand. Answer is C.
i am returning back to school, very good videos for a refresher.
Your content was great.The answer is 33 33.
This is my first interaction with programming, and this is very interesting
Thank you for informative video! Answer: C. 33 33
This channel has been very helpful in my introduction to c.
finally I got my best channel
The answer is 33 33 . And thank you for this helpful video
The answer is C because the first printf format specifier has a space which will create a space between the first 33 and the second 33.
Excellent video . The answer .c ,33 33 So i am practice this code
Excellent video
The answer of this program
Is "C"
It helps to so many engineering students 🎉🎉
am a cs student and this is extremely useful
Thanks for your content, I am starting with C and I see these videos helpful.
Hello Padma, you are amazing, I just discovered this channel, well-explained tutorials, thank you!!! Greetings from Mexico !
She's just so amazing. I love her teaching 👍👍👍
Thanks for this session. The answer to the program is C 33 33
The answer is B) 3333. There is no special character (
) to move the second output to a new line so they are going to be printed together.
C programming made easy! I like it.
You can also have a look at the following video lecture series for C programming where every week concept plus practice exercise take place on the channel.
th-cam.com/video/krMM1ju43YA/w-d-xo.html
It's nice to have tution free
Thank you for this wonderful free course... It's quite clear and practical