#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; }
@sarwarriyaz6 ай бұрын
bro i cant copy this for notes
@Reel_Carnival2 ай бұрын
@@sarwarriyaz Why can't you
@jeedhy Жыл бұрын
Wow! This is impressive, you covered a lot with explicit explanation within few mins...Thank you sir.
@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
@nizarouertani13153 жыл бұрын
C is actually my favorite programming language
@Shiva.Sareddy Жыл бұрын
Do you Know Who Developed C.
@ichillingi8 ай бұрын
@@Shiva.Sareddy definitely a couple of goated nerds
@Shiva.Sareddy8 ай бұрын
@@ichillingi Woof..😅
@michaelp_c8 ай бұрын
@@Shiva.Sareddy The guys who made Unix I think
@user-ace96plays7 ай бұрын
You might not heard about. py😂
@sanskarsongara25923 жыл бұрын
Aye you're back, welcome bro
@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
@HadesTimer3 жыл бұрын
Welcome back Bro. Thanks for another great video.
@piotrmazgaj2 ай бұрын
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.
@mohammedismail81012 жыл бұрын
Amazing explanation
@rocky17223 жыл бұрын
Finally bro back to form
@amr.h8748 Жыл бұрын
Mr Bro thanks for your time ,I just wanna told that you have a good explanation way m
@weepingangel4638Ай бұрын
thanks for the video
@smau68893 жыл бұрын
Yis pls, more C stuff. Thank you very much. Good Stuff C is.
@42kualasaleem Жыл бұрын
long long data type, ensures that it can accommodate the full range of memory addresses on the target system.
@Moboo10 ай бұрын
wallah I love you bro
@GOLD33N132 жыл бұрын
Dude this vídeo is just amazing, thanks!!!
@tanmoymridha50022 жыл бұрын
Love it, thanks for the video.😍😍
@CuongVu-kg9qo3 жыл бұрын
Welcome back bro
@ihevdabestgaminchair3 ай бұрын
What are the most common type ppl usually use? I found out, its int, char, short, long, bool and unsigned
@racso411 Жыл бұрын
You're such a legend!!
@spartanranger3 жыл бұрын
Thanks for the video Bro.
@MEHEDIHASAN-kx6ok3 жыл бұрын
welcome back!!!
@_txt_73982 жыл бұрын
Thank you ✅
@leftlord Жыл бұрын
thank youuuu
@adityakadam28172 жыл бұрын
you are awesome
@DimiEG Жыл бұрын
Thanks Bro
@MainulHossainAnik2 ай бұрын
🔥🔥❤❤DONE🔥🔥❤❤
@MrRamil7973 жыл бұрын
Bro, you forgot to add this to playlist
@MerryMerry632 Жыл бұрын
Thank you Bro :)
@matoo5812 ай бұрын
nice thanks :)
@user-ace96plays7 ай бұрын
DONE❤
@MultiDerFan Жыл бұрын
Preciate you bro
@MariemSaadouli Жыл бұрын
the video is helpful, but I need the link to the last video please ❤
@kapebreak Жыл бұрын
THIS IS MY COMMENT THANK YOU BRO
@thedivyanshbhati2 жыл бұрын
Oh. So. Pro.
@karimhany71902 жыл бұрын
Thank you.
@SAEID-n4r Жыл бұрын
❤❤❤❤❤❤❤
@DuckDuckGoose-sg2sm9 ай бұрын
thanks man
@jezwalmsley84223 жыл бұрын
Can you do objC?
@BroCodez3 жыл бұрын
maybe after C++, I'll likely have you guys vote on future topics
@aditya_asundi3 жыл бұрын
@@BroCodez isn't objC dead? wasn't it replaced by swift?
@arpanshah355 Жыл бұрын
i like short shorts
@ethanalkout9493 жыл бұрын
I miss my bro 🙃
@damin19162 жыл бұрын
where would i be without bro code
@li-lunarink7 ай бұрын
when i type string %s for bool its showing ☺
@andreaspatounis56743 жыл бұрын
chars can store every letter, symbol, number(0-9) and one char = 1 byte , one bool = 1 byte then why should we use bools
@abocwsg23282 жыл бұрын
They make you look smarter
@stanhunter73672 жыл бұрын
nice!
@Ghrkriiewii91803 жыл бұрын
YES C TUTORIAL
@thiemhoang30153 жыл бұрын
yehh love you bro :3
@atierintel Жыл бұрын
that is a LOT of data types... geeze. unsigned signed int long short long long double signed short %.15llfdddduuuu
@draido-dev Жыл бұрын
long long ago; /* in a galaxy far far away */
@arshdk9112 ай бұрын
❤☺️
@Cipher_166 ай бұрын
(5:49 A.M) 1 JUNE, 2024
@Programeris7 ай бұрын
i think it makes sense ;)
@itCODE3 жыл бұрын
Всем привет!)
@adityarajsrivastava65803 жыл бұрын
Oof, it feels like I am memorizing 'double' variables compared to java.
@The_Mad-Ramx8 ай бұрын
Hello
@berynaldracolon68703 ай бұрын
When googeling it said int is 2 byte or 4 byte though.
@madyardwn3 жыл бұрын
I will start from c :)
@TheArturM3 ай бұрын
pagman clap the haters
@redoanahmed392111 ай бұрын
Ass savior bro ❤
@The_Mad-Ramx8 ай бұрын
Why does it seem woman don't like c code ?
@NK_Kolkata3 жыл бұрын
Bruh!
@vishnuvardhan21283 жыл бұрын
Broooooo why why u r tooooo latee ....plz post it fast
@BroCodez3 жыл бұрын
I was burnt out -_- I feel better now tho
@aditya_asundi3 жыл бұрын
He's been working for 2 years, he deserved a break.
@joyson73 жыл бұрын
Everyone needs a break once in a while
@abocwsg23282 жыл бұрын
You can still use booleans without stdbool.h, just type _Bool instead of bool
@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_negi3 ай бұрын
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 .