Тёмный

C variables 💰 

Bro Code
Подписаться 2 млн
Просмотров 68 тыс.
50% 1

C variables data types tutorial example explained
#C #variables #tutorials
// 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);

Наука

Опубликовано:

 

10 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 122   
@BroCodez
@BroCodez 3 года назад
#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; }
@cadmium4113
@cadmium4113 3 года назад
You missed a Semi colon!
@SkulzR
@SkulzR 2 года назад
S
@roy4644
@roy4644 2 года назад
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
@Chris-zj3xs
@Chris-zj3xs 6 месяцев назад
I really enjoy your videos. Thank you for making humanity and life fun! Keep up the good work 👍
@misterlollo5114
@misterlollo5114 2 года назад
Thanks dude, im just 14 myself and English isnt even my first language, i tried multiple RU-vidrs 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 RU-vidrs in 6,5 months. Thx Bro 🤜🤛
@realdealholyfield9616
@realdealholyfield9616 2 года назад
Who paid you to write this comment?
@misterlollo5114
@misterlollo5114 2 года назад
@@realdealholyfield9616 no one I just find his tutorials helpful
@Meteor_X
@Meteor_X 6 месяцев назад
Same bro..
@DemidCode
@DemidCode 4 месяца назад
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)
@rachidjabir4156
@rachidjabir4156 2 года назад
this is really helpful, appreciate it !
@kathleenoconnell8055
@kathleenoconnell8055 Год назад
Thank you, you are very clear and concise!!!
@aditya_asundi
@aditya_asundi 2 года назад
150k woo!! ur channel is on fire! congrats!
@user-vb4yb8bq2n
@user-vb4yb8bq2n 11 дней назад
after two years it is almost 2m😀
@kosolomon123
@kosolomon123 3 года назад
subbed, you're a legend 💪
@HadesTimer
@HadesTimer 3 года назад
cute dog... Thanks for the great tutorial. Enjoy your break...
@alexbertil2756
@alexbertil2756 9 месяцев назад
Thanks alot dude, made it damn easy to understand.
@emperorj4783
@emperorj4783 2 года назад
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
@cadmium4113
@cadmium4113 3 года назад
Love your content!
@BroCodez
@BroCodez 3 года назад
I'm glad you enjoy it Cadmium!
@ninavolosin598
@ninavolosin598 3 года назад
I hate that i can't support you more. You are very cool!!
@imperatusmauser7096
@imperatusmauser7096 2 года назад
I already know C but this is just entertaining to watch
@spartanranger
@spartanranger 2 года назад
Thanks for the video bro
@itCODE
@itCODE 3 года назад
Hi bro! Cool video !
@Surgeryxperts
@Surgeryxperts 2 года назад
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
@tasha_washington
@tasha_washington 6 месяцев назад
Your RU-vid channel is 💯, I am a beginner, I am learning c and c++
@yasassriekanayake5058
@yasassriekanayake5058 6 месяцев назад
You made my day man thank you very much sir❤❤❤❤❤❤
@nzn5671
@nzn5671 Год назад
you are amazing
@klebleonard
@klebleonard 3 года назад
we appreciate your work sir 👌❤
@BroCodez
@BroCodez 3 года назад
You're welcome! I appreciate all of you checking out my videos!
@marmikchaudhari4459
@marmikchaudhari4459 3 года назад
Man I love u thnx for your help
@chadmurray9506
@chadmurray9506 Год назад
once again killa video man
@mikebenengtouncry3613
@mikebenengtouncry3613 3 года назад
amazing videos.
@Rin-xy4tt
@Rin-xy4tt 2 года назад
I love you!
@erodz2240
@erodz2240 Год назад
Thank you bro.
@_txt_7398
@_txt_7398 Год назад
THANK YOU VERY MUCH 👏 UR VIDEO REALLY HELPED ME🥀
@lavanyashivu6125
@lavanyashivu6125 3 года назад
Nice video series
@kvirupakshi3596
@kvirupakshi3596 2 года назад
Very helpful
@davaariantara3704
@davaariantara3704 2 года назад
gonna learn python first like you've suggest hahah, ofc with your 12-hour course. damn bro👍
@user-dh8xo5vh5g
@user-dh8xo5vh5g 4 месяца назад
thank you very much from Turkmenistan
@odreijohnpatajo
@odreijohnpatajo Год назад
Niceee
@gambitjr8197
@gambitjr8197 3 года назад
Better than my lecturer
@BroCodez
@BroCodez 3 года назад
yay!
@brianytpro8856
@brianytpro8856 2 года назад
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
@hairdeportgeorge2590
@hairdeportgeorge2590 Год назад
Thanks
@mezame2821
@mezame2821 3 года назад
Nice toturial for new programmers ty bro
@BroCodez
@BroCodez 3 года назад
thank you me zame!
@KebxaiAod
@KebxaiAod 3 года назад
Thank you bro
@user-yc4dq2zv4o
@user-yc4dq2zv4o 2 года назад
Yo Bro. Can you do complete turorial about Spring Hibernate pls?) Thank you in advance
@user-uo8xb6rg9p
@user-uo8xb6rg9p Год назад
This is my comment 😅thank you bro❤
@abualgasimabdulrhman3533
@abualgasimabdulrhman3533 10 месяцев назад
Thank you so much Bro code
@leftlord
@leftlord Год назад
niceeeee
@integrate2945
@integrate2945 2 года назад
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 😭😭😭
@student1999
@student1999 9 месяцев назад
this is very true he deserves millions of subs
@user-mc9uv7ij7x
@user-mc9uv7ij7x Год назад
❤❤❤❤❤❤
@logeshwaran3016
@logeshwaran3016 3 года назад
❤️ from a fellow bro ❤️
@BroCodez
@BroCodez 3 года назад
Thanks Logeshwaran!
@user-gn2hk8uf5x
@user-gn2hk8uf5x 4 месяца назад
Bro iam also RCB fan from Chennai
@mertsanl8909
@mertsanl8909 2 месяца назад
goated
@sina9389
@sina9389 3 года назад
👍🌷❤
@andreaspatounis5674
@andreaspatounis5674 3 года назад
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)
@andreaspatounis5674
@andreaspatounis5674 3 года назад
To print it you use %u
@BroCodez
@BroCodez 3 года назад
awww shit, I forgot about _Bool! I'll have to include that in the next video about data types. Thanks for letting me know!
@andreaspatounis5674
@andreaspatounis5674 3 года назад
@@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.
@BroCodez
@BroCodez 3 года назад
@@andreaspatounis5674
@andreaspatounis5674
@andreaspatounis5674 3 года назад
@@BroCodez ah yeah right I wasn't remember it and I was going to look it when I get to my house
@stanhunter7367
@stanhunter7367 2 года назад
wazzzzup!
@user-ace96plays
@user-ace96plays Месяц назад
DONE❤
@hannibalbianchi1466
@hannibalbianchi1466 3 года назад
for(int i=0 ;i
@alphanongaming6191
@alphanongaming6191 3 года назад
Nice.
@BroCodez
@BroCodez 3 года назад
thanks Alphanon!
@truongkhanguyen6241
@truongkhanguyen6241 2 года назад
Make PHP course bro :3
@rev.sumangalabogahalande9898
@rev.sumangalabogahalande9898 2 года назад
Looking foword for a new video.
@arulkumara2077
@arulkumara2077 2 года назад
Bro make Java spring framework tutorial using intellij idea....
@mebanteisalahe985
@mebanteisalahe985 2 года назад
How do you bring that github authentication in your vs code ?????is it necessary ?
@mollyputih4750
@mollyputih4750 2 года назад
Bro, can you put all the videos before in playlist.
@xotique2633
@xotique2633 3 года назад
Les go
@BroCodez
@BroCodez 3 года назад
o yea
@sa758
@sa758 7 дней назад
i love u
@thiemhoang3015
@thiemhoang3015 3 года назад
I wait for 1 week :(( I hope you're well bro.
@sylvanfranklin6904
@sylvanfranklin6904 3 года назад
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
@BroCodez
@BroCodez 3 года назад
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
@alagappank1242
@alagappank1242 2 года назад
Sir please makes c pgm videos as soon as fast... it is useful to us..🙄
@azizrahimov4602
@azizrahimov4602 3 года назад
Hi. can you do a tutorial for how to use opestreetmap offline in javaFx?
@roninjaeger
@roninjaeger Год назад
poggers :)
@adityadamanjodi
@adityadamanjodi Год назад
bro!!
@nihalbicer4458
@nihalbicer4458 Год назад
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
@mechagear4819
@mechagear4819 11 месяцев назад
Yes, for integers (the age) we use %d. For a single character (grade) we use %c and for a string (name) we use %s
@arpitsingh7267
@arpitsingh7267 3 года назад
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.
@noah77
@noah77 2 года назад
how's the vacation :)?
@thiemhoang3015
@thiemhoang3015 3 года назад
can we have a console screen in vscode ?
@yehannk448
@yehannk448 3 года назад
Bro please can you start a php tutorial in the future
@BroCodez
@BroCodez 3 года назад
I wouldn't mind! but it depends if there's enough people that would want to learn PHP
@bshggaming9042
@bshggaming9042 2 года назад
teach us about kali linux
@CameronBaileyQuote
@CameronBaileyQuote Год назад
"C as in Charizard."-Me 🤓
@victorgallardo9409
@victorgallardo9409 5 месяцев назад
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?
@student1999
@student1999 9 месяцев назад
poggers
@lam8322
@lam8322 2 года назад
Bro, do you do job like developer other than RU-vidr ?
@godovni
@godovni 9 месяцев назад
wait is print the same as count?
@JacobKanyikeM
@JacobKanyikeM 2 месяца назад
broooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
@aditya_asundi
@aditya_asundi 3 года назад
Hi bro!
@BroCodez
@BroCodez 3 года назад
Heya A&A!
@photocide17
@photocide17 Год назад
#include int main(){ printf("poggers"); return 0; }
@Rahul-yu3ro
@Rahul-yu3ro 9 месяцев назад
4:20
@freezedtv9433
@freezedtv9433 10 месяцев назад
It work on .C right ?
@Grab-Deals
@Grab-Deals 3 месяца назад
Sup
@frehiwotgetachew3800
@frehiwotgetachew3800 Год назад
Random comment
@HyProDuxyMusicHandle
@HyProDuxyMusicHandle 11 месяцев назад
am 21
@Imanonymous47
@Imanonymous47 8 месяцев назад
Why me code doesnot return 0😂
@mohansesetti6393
@mohansesetti6393 3 года назад
How to get output in vs code broi
@aditya_asundi
@aditya_asundi 3 года назад
Follow his first c video
@mohansesetti6393
@mohansesetti6393 3 года назад
@@aditya_asundi ok broo
@BroCodez
@BroCodez 3 года назад
yes
@ryanalnaser914
@ryanalnaser914 2 года назад
whatever anything
@stefansavastre702
@stefansavastre702 7 месяцев назад
random comment
@thedivyanshbhati
@thedivyanshbhati Год назад
blah blah
@hat8694
@hat8694 Год назад
"Poggers"
@astapog
@astapog 9 месяцев назад
#include int main(){ printf("Poggers"); return 0; }
@AbhijeetSengar
@AbhijeetSengar Месяц назад
Thanks
@alexandrugadja2308
@alexandrugadja2308 7 месяцев назад
poggers
Далее
C data types 📊
11:08
Просмотров 67 тыс.
C pointers explained👉
8:04
Просмотров 149 тыс.
아이들은 못말려 〰️ With #짱구
00:11
Просмотров 567 тыс.
Variables in C++
11:32
Просмотров 66 тыс.
C sort an array 💱
6:02
Просмотров 79 тыс.
Abstraction Can Make Your Code Worse
5:13
Просмотров 624 тыс.
Basics of variables and types | C Programming Tutorial
14:50
Coding Basics: Variables | Programming for Beginners |
4:45
Data Types & Variables  - C Programming Tutorial #2
27:48
Scope of Variables - Local vs Global
11:12
Просмотров 390 тыс.
C structs 🏠
4:12
Просмотров 181 тыс.