C data types 📊

  Рет қаралды 89,346

Bro Code

Bro Code

Күн бұрын

Пікірлер: 82
@BroCodez
@BroCodez 3 жыл бұрын
#include #include int main(){ char a = 'C'; // single character %c char b[] = "Bro"; // array of characters %s float c = 3.141592; // 4 bytes (32 bits of precision) 6 - 7 digits %f double d = 3.141592653589793; // 8 bytes (64 bits of precision) 15 - 16 digits %lf bool e = true; // 1 byte (true or false) %d char f = 120; // 1 byte (-128 to +127) %d or %c unsigned char g = 255; // 1 byte (0 to +255) %d or %c short h = 32767; // 2 bytes (−32,768 to +32,767) %d unsigned short i = 65535; // 2 bytes (0 to +65,535) %d int j = 2147483647; // 4 bytes (-2,147,483,648 to +2,147,483,647) %d unsigned int k = 4294967295; // 4 bytes (0 to +4,294,967,295) %u long long int l = 9223372036854775807; // 8 bytes (-9 quintillion to +9 quintillion) %lld unsigned long long int m = 18446744073709551615U; // 8 bytes (0 to +18 quintillion) %llu printf("%c ", a); // char printf("%s ", b); // character array printf("%f ", c); // float printf("%lf ", d); // double printf("%d ", e); // bool printf("%d ", f); // char as numeric value printf("%d ", g); // unsigned char as numeric value printf("%d ", h); // short printf("%d ", i); // unsigned short printf("%d ", j); // int printf("%u ", k); // unsigned int printf("%lld ", l); // long long int printf("%llu ", m); // unsigned long long int return 0; }
@sarwarriyaz
@sarwarriyaz 6 ай бұрын
bro i cant copy this for notes
@Reel_Carnival
@Reel_Carnival 2 ай бұрын
@@sarwarriyaz Why can't you
@jeedhy
@jeedhy Жыл бұрын
Wow! This is impressive, you covered a lot with explicit explanation within few mins...Thank you sir.
@chadmurray9506
@chadmurray9506 Жыл бұрын
brother you content is my new go to source for information on any coding questions i have, as a newbie they really help out a "long long int" haha
@nizarouertani1315
@nizarouertani1315 3 жыл бұрын
C is actually my favorite programming language
@Shiva.Sareddy
@Shiva.Sareddy Жыл бұрын
Do you Know Who Developed C.
@ichillingi
@ichillingi 8 ай бұрын
@@Shiva.Sareddy definitely a couple of goated nerds
@Shiva.Sareddy
@Shiva.Sareddy 8 ай бұрын
@@ichillingi Woof..😅
@michaelp_c
@michaelp_c 8 ай бұрын
​@@Shiva.Sareddy The guys who made Unix I think
@user-ace96plays
@user-ace96plays 7 ай бұрын
You might not heard about. py😂
@sanskarsongara2592
@sanskarsongara2592 3 жыл бұрын
Aye you're back, welcome bro
@annoyingprecision2487
@annoyingprecision2487 Жыл бұрын
Concise and comprehensive explanation. Thanks a ton.
@المؤتمر
@المؤتمر 3 жыл бұрын
youre the best i want to start game designing but i didnt find any free tutorials so thank you soo much
@HadesTimer
@HadesTimer 3 жыл бұрын
Welcome back Bro. Thanks for another great video.
@piotrmazgaj
@piotrmazgaj 2 ай бұрын
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.
@mohammedismail8101
@mohammedismail8101 2 жыл бұрын
Amazing explanation
@rocky1722
@rocky1722 3 жыл бұрын
Finally bro back to form
@amr.h8748
@amr.h8748 Жыл бұрын
Mr Bro thanks for your time ,I just wanna told that you have a good explanation way m
@weepingangel4638
@weepingangel4638 Ай бұрын
thanks for the video
@smau6889
@smau6889 3 жыл бұрын
Yis pls, more C stuff. Thank you very much. Good Stuff C is.
@42kualasaleem
@42kualasaleem Жыл бұрын
long long data type, ensures that it can accommodate the full range of memory addresses on the target system.
@Moboo
@Moboo 10 ай бұрын
wallah I love you bro
@GOLD33N13
@GOLD33N13 2 жыл бұрын
Dude this vídeo is just amazing, thanks!!!
@tanmoymridha5002
@tanmoymridha5002 2 жыл бұрын
Love it, thanks for the video.😍😍
@CuongVu-kg9qo
@CuongVu-kg9qo 3 жыл бұрын
Welcome back bro
@ihevdabestgaminchair
@ihevdabestgaminchair 3 ай бұрын
What are the most common type ppl usually use? I found out, its int, char, short, long, bool and unsigned
@racso411
@racso411 Жыл бұрын
You're such a legend!!
@spartanranger
@spartanranger 3 жыл бұрын
Thanks for the video Bro.
@MEHEDIHASAN-kx6ok
@MEHEDIHASAN-kx6ok 3 жыл бұрын
welcome back!!!
@_txt_7398
@_txt_7398 2 жыл бұрын
Thank you ✅
@leftlord
@leftlord Жыл бұрын
thank youuuu
@adityakadam2817
@adityakadam2817 2 жыл бұрын
you are awesome
@DimiEG
@DimiEG Жыл бұрын
Thanks Bro
@MainulHossainAnik
@MainulHossainAnik 2 ай бұрын
🔥🔥❤❤DONE🔥🔥❤❤
@MrRamil797
@MrRamil797 3 жыл бұрын
Bro, you forgot to add this to playlist
@MerryMerry632
@MerryMerry632 Жыл бұрын
Thank you Bro :)
@matoo581
@matoo581 2 ай бұрын
nice thanks :)
@user-ace96plays
@user-ace96plays 7 ай бұрын
DONE❤
@MultiDerFan
@MultiDerFan Жыл бұрын
Preciate you bro
@MariemSaadouli
@MariemSaadouli Жыл бұрын
the video is helpful, but I need the link to the last video please ❤
@kapebreak
@kapebreak Жыл бұрын
THIS IS MY COMMENT THANK YOU BRO
@thedivyanshbhati
@thedivyanshbhati 2 жыл бұрын
Oh. So. Pro.
@karimhany7190
@karimhany7190 2 жыл бұрын
Thank you.
@SAEID-n4r
@SAEID-n4r Жыл бұрын
❤❤❤❤❤❤❤
@DuckDuckGoose-sg2sm
@DuckDuckGoose-sg2sm 9 ай бұрын
thanks man
@jezwalmsley8422
@jezwalmsley8422 3 жыл бұрын
Can you do objC?
@BroCodez
@BroCodez 3 жыл бұрын
maybe after C++, I'll likely have you guys vote on future topics
@aditya_asundi
@aditya_asundi 3 жыл бұрын
@@BroCodez isn't objC dead? wasn't it replaced by swift?
@arpanshah355
@arpanshah355 Жыл бұрын
i like short shorts
@ethanalkout949
@ethanalkout949 3 жыл бұрын
I miss my bro 🙃
@damin1916
@damin1916 2 жыл бұрын
where would i be without bro code
@li-lunarink
@li-lunarink 7 ай бұрын
when i type string %s for bool its showing ☺
@andreaspatounis5674
@andreaspatounis5674 3 жыл бұрын
chars can store every letter, symbol, number(0-9) and one char = 1 byte , one bool = 1 byte then why should we use bools
@abocwsg2328
@abocwsg2328 2 жыл бұрын
They make you look smarter
@stanhunter7367
@stanhunter7367 2 жыл бұрын
nice!
@Ghrkriiewii9180
@Ghrkriiewii9180 3 жыл бұрын
YES C TUTORIAL
@thiemhoang3015
@thiemhoang3015 3 жыл бұрын
yehh love you bro :3
@atierintel
@atierintel Жыл бұрын
that is a LOT of data types... geeze. unsigned signed int long short long long double signed short %.15llfdddduuuu
@draido-dev
@draido-dev Жыл бұрын
long long ago; /* in a galaxy far far away */
@arshdk911
@arshdk911 2 ай бұрын
❤☺️
@Cipher_16
@Cipher_16 6 ай бұрын
(5:49 A.M) 1 JUNE, 2024
@Programeris
@Programeris 7 ай бұрын
i think it makes sense ;)
@itCODE
@itCODE 3 жыл бұрын
Всем привет!)
@adityarajsrivastava6580
@adityarajsrivastava6580 3 жыл бұрын
Oof, it feels like I am memorizing 'double' variables compared to java.
@The_Mad-Ramx
@The_Mad-Ramx 8 ай бұрын
Hello
@berynaldracolon6870
@berynaldracolon6870 3 ай бұрын
When googeling it said int is 2 byte or 4 byte though.
@madyardwn
@madyardwn 3 жыл бұрын
I will start from c :)
@TheArturM
@TheArturM 3 ай бұрын
pagman clap the haters
@redoanahmed3921
@redoanahmed3921 11 ай бұрын
Ass savior bro ❤
@The_Mad-Ramx
@The_Mad-Ramx 8 ай бұрын
Why does it seem woman don't like c code ?
@NK_Kolkata
@NK_Kolkata 3 жыл бұрын
Bruh!
@vishnuvardhan2128
@vishnuvardhan2128 3 жыл бұрын
Broooooo why why u r tooooo latee ....plz post it fast
@BroCodez
@BroCodez 3 жыл бұрын
I was burnt out -_- I feel better now tho
@aditya_asundi
@aditya_asundi 3 жыл бұрын
He's been working for 2 years, he deserved a break.
@joyson7
@joyson7 3 жыл бұрын
Everyone needs a break once in a while
@abocwsg2328
@abocwsg2328 2 жыл бұрын
You can still use booleans without stdbool.h, just type _Bool instead of bool
@26yemtitya62
@26yemtitya62 Жыл бұрын
Hello Bro Code, I tried to code this to get user input one by one but when I input the name of the brand, it shows everything and skips (Shipping time:, Price:). Do you know what is my error ? please? #include int main (){ int name; float time; double price; // Input printf ("Brand of water: "); scanf ("%d", &name); printf (" Shipping time: "); scanf ("%f", &time); printf (" Price: "); scanf ("%lf", &price); // printing printf (" Brand of water = %d", name); printf (" Shipping time = %f", time); printf (" Price = %lf", price); return 0; }
@hardeep_negi
@hardeep_negi 3 ай бұрын
int data type is not used for printing name , it is used to take integer input and also to print integer values that's why you're not getting the result if you would have been typing a name , so use char variable name[ ] ; then this will take character inputs meaning now you can type alphabetical names and use %s format specifier .
@alexandrugadja2308
@alexandrugadja2308 Жыл бұрын
I like short shorts
C format specifiers 🔧
3:16
Bro Code
Рет қаралды 78 М.
C variables 💰
7:30
Bro Code
Рет қаралды 88 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 43 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 80 МЛН
the cleanest feature in C that you've probably never heard of
8:13
Master Pointers in C:  10X Your C Coding!
14:12
Dave's Garage
Рет қаралды 333 М.
"C" Programming Language: Brian Kernighan - Computerphile
8:26
Computerphile
Рет қаралды 1,9 МЛН
Know your data type: int - C Programming Tutorial 08
23:03
mycodeschool
Рет қаралды 236 М.
C pointers explained👉
8:04
Bro Code
Рет қаралды 206 М.
why do void* pointers even exist?
8:17
Low Level
Рет қаралды 394 М.
Data Types & Variables  - C Programming Tutorial #2
27:48
NeuralNine
Рет қаралды 10 М.
C Tic Tac Toe game ⭕
20:08
Bro Code
Рет қаралды 175 М.