// variable = Allocated space in memory to store a value. // We refer to a variable's name to access the stored value. // That variable now behaves as if it was the value it contains. // BUT we need to declare what type of data we are storing. int x; //declaration x = 123; //initialization int y = 321; //declaration + initialization int age = 21; //integer float gpa = 2.05; //floating point number char grade = 'C'; //single character char name[] = "Bro"; //array of characters
// % = format specifier printf("Hello %s ", name); printf("You are %d years old ", age); printf("Your average grade is %c ", grade); printf("Your gpa is %f ", gpa); return 0; }
Thanks dude, im just 14 myself and English isnt even my first language, i tried multiple RUclipsrs explaining C (some even for money) non of them worked for me. Then i stumbled apon you, i learned more from you in 2 Weeks than from 10 RUclipsrs in 6,5 months. Thx Bro 🤜🤛
i'm 14 now, also learning c. I have learned python and created a lot of games with pygame (some complicated, some easy). Also english not my first language first! This man is explaining all really well)
I knew all this but one thing it really helped me it was the array I didn't know and the%s this is so helpful thank you so much for you video and the time you take to teach I love learning I usually learn from a book but Im still trying to come up with a solid plan to completely learn c programming thank you bro
Bro... I have been following you for a long time(When you had only 21k subscribers), I genuinely believe that you deserve millions of subscribers.. I like ..no.. I actually love your explanation.. please bring detail(begginer to advance level) lecture about" pointer in c++", Also please add more vedioes on "data structure and algorithm topic(C++)." Please.. You should upload more and more vedioes 😭😭😭
Bro I appreciate your videos a lot and they are a great teacher for me. Can you please make a tetris game in java swing because in other videos they dont explain the things clearly
Try creating different projects and see what interests you. I found out that I don't enjoy game dev that much after making a few games, but I do have an interest in web design
Pls pls build a course on Django bro, pls really required , you teaches the best, I understand everything much better from u and don't want to go anywhere else to learn Django, pls make a course on Django.
#include
int main(){
// variable = Allocated space in memory to store a value.
// We refer to a variable's name to access the stored value.
// That variable now behaves as if it was the value it contains.
// BUT we need to declare what type of data we are storing.
int x; //declaration
x = 123; //initialization
int y = 321; //declaration + initialization
int age = 21; //integer
float gpa = 2.05; //floating point number
char grade = 'C'; //single character
char name[] = "Bro"; //array of characters
// % = format specifier
printf("Hello %s
", name);
printf("You are %d years old
", age);
printf("Your average grade is %c
", grade);
printf("Your gpa is %f
", gpa);
return 0;
}
You missed a Semi colon!
S
bro is the real giga chad
Hello sir Iam somali guy and liked your course Iam learn university and I'm computer science and don't have computer😢
Thanks dude, im just 14 myself and English isnt even my first language, i tried multiple RUclipsrs explaining C (some even for money) non of them worked for me. Then i stumbled apon you, i learned more from you in 2 Weeks than from 10 RUclipsrs in 6,5 months. Thx Bro 🤜🤛
Who paid you to write this comment?
@@realdealholyfield9616 no one I just find his tutorials helpful
Same bro..
i'm 14 now, also learning c. I have learned python and created a lot of games with pygame (some complicated, some easy). Also english not my first language first! This man is explaining all really well)
we appreciate your work sir 👌❤
You're welcome! I appreciate all of you checking out my videos!
150k woo!! ur channel is on fire! congrats!
after two years it is almost 2m😀
Better than my lecturer
yay!
I knew all this but one thing it really helped me it was the array I didn't know and the%s this is so helpful thank you so much for you video and the time you take to teach I love learning I usually learn from a book but Im still trying to come up with a solid plan to completely learn c programming thank you bro
outstanding explanation bro! love from india🚩
I already know C but this is just entertaining to watch
Thank you, you are very clear and concise!!!
This helped a ton, thank you so much.
There is a Boolean data type in c, you have to write "_Bool" and you can only set it to either 0 or 1
(not true or false)
To print it you use %u
awww shit, I forgot about _Bool!
I'll have to include that in the next video about data types. Thanks for letting me know!
@@BroCodez there is also an header file so that you can use true and false. I will let you know about this in about an hour.
@@andreaspatounis5674
@@BroCodez ah yeah right I wasn't remember it and I was going to look it when I get to my house
❤️ from a fellow bro ❤️
Thanks Logeshwaran!
Bro iam also RCB fan from Chennai
you're the goat OF all time ILY
Hey Bro! I love your videos. They don't need a dislike button! So can you make a tutorial on either Java or C# networking? It would be great! :D
Love your content!
I'm glad you enjoy it Cadmium!
cute dog... Thanks for the great tutorial. Enjoy your break...
Bro... I have been following you for a long time(When you had only 21k subscribers), I genuinely believe that you deserve millions of subscribers..
I like ..no.. I actually love your explanation.. please bring detail(begginer to advance level) lecture about" pointer in c++", Also please add more vedioes on "data structure and algorithm topic(C++)." Please.. You should upload more and more vedioes 😭😭😭
this is very true he deserves millions of subs
Thanks alot dude, made it damn easy to understand.
this is really helpful, appreciate it !
I hate that i can't support you more. You are very cool!!
Nice video series
Bro I appreciate your videos a lot and they are a great teacher for me.
Can you please make a tetris game in java swing because in other videos they dont explain the things clearly
subbed, you're a legend 💪
Very helpful
amazing videos.
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
You made my day man thank you very much sir❤❤❤❤❤❤
THANK YOU VERY MUCH 👏
UR VIDEO REALLY HELPED ME🥀
Nice!
Nice toturial for new programmers ty bro
thank you me zame!
Can you make course about making some 3D program?
I want it!
By the way i'm already subcribe you because i like your course
Hi bro! Cool video !
thank you very much from Turkmenistan
This is my comment 😅thank you bro❤
Is there a reason why we label name as %s, age as %d and average grade as %c? Are these kind of rules we must follow?
@Bro Code
Yes, for integers (the age) we use %d. For a single character (grade) we use %c and for a string (name) we use %s
for(int i=0 ;i
#include
int main(){
printf("poggers");
return 0;
}
Thanks for the video bro
once again killa video man
how's the vacation :)?
How do you bring that github authentication in your vs code ?????is it necessary ?
I kinda want to learn c family but Idk what I really want to do with programming and my computer isn’t good enough to run unity
Try creating different projects and see what interests you. I found out that I don't enjoy game dev that much after making a few games, but I do have an interest in web design
"C as in Charizard."-Me 🤓
Yo Bro. Can you do complete turorial about Spring Hibernate pls?) Thank you in advance
Hi. can you do a tutorial for how to use opestreetmap offline in javaFx?
Bro, can you put all the videos before in playlist.
Nice.
thanks Alphanon!
teach us about kali linux
gonna learn python first like you've suggest hahah, ofc with your 12-hour course. damn bro👍
Bro please can you start a php tutorial in the future
I wouldn't mind! but it depends if there's enough people that would want to learn PHP
Man I love u thnx for your help
❤❤❤❤❤❤
you are amazing
Bro, do you do job like developer other than RUclipsr ?
Great content bro!
I have a problem....
when i run the code on my end, for "gpa" instead of printing "2.05000"... i got 0.0000.
Does any one know why?
Niceee
Thank you bro.
🔥🔥❤❤DONE🔥🔥❤❤
👍🌷❤
Sir please makes c pgm videos as soon as fast... it is useful to us..🙄
Bro make Java spring framework tutorial using intellij idea....
DONE❤
can we have a console screen in vscode ?
Make PHP course bro :3
Thank you bro
#include
int main(){
printf("Poggers");
return 0;
}
Thanks sir 🫡
Pls pls build a course on Django bro, pls really required , you teaches the best, I understand everything much better from u and don't want to go anywhere else to learn Django, pls make a course on Django.
Looking foword for a new video.
niceeeee
wait is print the same as count?
printf("support comment number 2
");
It work on .C right ?
Thanks
Les go
o yea
I love you!
Thank you so much Bro code
I wait for 1 week :(( I hope you're well bro.
Why me code doesnot return 0😂
wazzzzup!
goated
thanks
this guy is a legand
How to get output in vs code broi
Follow his first c video
@@aditya_asundi ok broo
yes
4:20
Day 1 video 2 😊
broooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
bro!!
i love u
Hi bro!
Heya A&A!
Sup
poggers :)
poggers
Random comment
am 21
random comment down below
whatever anything
random comment
blah blah
"Poggers"