Тёмный

C arithmetic operators ➗ 

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

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

 

7 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 41   
@BroCodez
@BroCodez 3 года назад
#include int main(){ // arithmetic operators // + (addition) // - (subtraction) // * (multiplication) // / (division) // % (modulus) // ++ increment // -- decrement int x = 5; int y = 2; // int z = x + y; // int z = x - y; // int z = x * y; // float z = x / (float) y; // int z = x % y; // x++; // y--; printf("%d", x); printf("%d", y); return 0; }
@diesee
@diesee 6 месяцев назад
Random comment, excellent work, your voice is JUST right.
@debanajndas8750
@debanajndas8750 3 года назад
Great course bro ❤️
@BroCodez
@BroCodez 3 года назад
thank you Debanajn!
@debanajndas8750
@debanajndas8750 3 года назад
@@BroCodez spelling Mistake 😜
@vega_yy
@vega_yy 5 месяцев назад
printf("Random comment");
@user-ij7yf4zp6m
@user-ij7yf4zp6m 15 дней назад
U mom
@philanisibanyoni3613
@philanisibanyoni3613 2 года назад
I learned a lot more here than I do in the Udemy tutorial 💯
@oximas-oe9vf
@oximas-oe9vf 2 года назад
Udemy is Stupid
@clrkkdd12
@clrkkdd12 3 года назад
Thank you very much.
@YTSHANKY
@YTSHANKY 3 года назад
Hello bro I am back after a long time great to see you again
@yesiamvikram1981
@yesiamvikram1981 Год назад
Love from India.
@siddharthjain6629
@siddharthjain6629 Месяц назад
You are amazing Bro
@capainsharp1447
@capainsharp1447 29 дней назад
I love this man
@brandondavidwalker4809
@brandondavidwalker4809 4 месяца назад
thanks so much
@victorromeropena431
@victorromeropena431 Месяц назад
to complete this video, need to make the difference between a++, ++a and make some examples👌
@akshathreddy832
@akshathreddy832 3 года назад
u are making my future Bro
@BroCodez
@BroCodez 3 года назад
yay!
@user-ace96plays
@user-ace96plays 3 месяца назад
DONE❤
@hat8694
@hat8694 2 года назад
arithmetic operators are essential!
@paolobena
@paolobena 9 месяцев назад
Great video!
@ryzexedit77
@ryzexedit77 2 месяца назад
the beeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest i love u
@ptbturk1453
@ptbturk1453 11 месяцев назад
helped a lot. thanks !
@spartanranger
@spartanranger 2 года назад
Thanks for the video Bro.
@prumchhangsreng979
@prumchhangsreng979 2 года назад
Thank you, just for the algorithm, ;)
@tanjimriyad3176
@tanjimriyad3176 3 года назад
Brother..Please complete C program language course🥰
@aditya_asundi
@aditya_asundi 3 года назад
Wait. He is making it
@BroCodez
@BroCodez 3 года назад
I'm working on it tho
@abualgasimabdulrhman3533
@abualgasimabdulrhman3533 Год назад
bro Thank you so much
@kristijanlazarev
@kristijanlazarev 6 месяцев назад
Lets gooooooooooooooooooooooooooooo
@NightAndDaycoreRadio
@NightAndDaycoreRadio 3 месяца назад
Printf("Thanks for the help my exam is today")
@aer0449
@aer0449 3 года назад
❤️
@user-mc9uv7ij7x
@user-mc9uv7ij7x Год назад
❤❤❤❤
@cadmium4113
@cadmium4113 3 года назад
Hola💙
@BroCodez
@BroCodez 3 года назад
Hola Cadmium!
@cadmium4113
@cadmium4113 3 года назад
@@BroCodez A request from your fellow bro. Please update your DSA playlist 🙂
@user-ace96plays
@user-ace96plays 3 месяца назад
Love me back bro❤
@Mad-Ramx_Dev
@Mad-Ramx_Dev 5 месяцев назад
Yay
@yassineldeeb7307
@yassineldeeb7307 Год назад
hi thanks for your sessions and your effort i have problem to understand why these two code with two different results? #include int main() { int i = 1; printf("%d %d %d ", ++i,i++, i); return 0; } the result will be 3 1 3 ----------------------------------------------------------------------------------------------------- but if i write it like that #include int main() { int i = 1; printf("%d ", ++i); printf("%d ", i++); printf("%d ", i); return 0; } the result will be 2 2 3
@bower19942
@bower19942 2 года назад
leaving a randome coment down below ;)
@student1999
@student1999 10 месяцев назад
subscribers++
Далее
C augmented assignment operators 🧮
2:04
Просмотров 28 тыс.
31 nooby C++ habits you need to ditch
16:18
Просмотров 776 тыс.
Мама знает где все документы
00:21
ВОТ ЧТО МЫ КУПИЛИ НА ALIEXPRESS
11:28
Butch REACT to Creative way to fix damaged tile!
00:46
Why You Shouldn't Nest Your Code
8:30
Просмотров 2,7 млн
arrays are weird
6:57
Просмотров 109 тыс.
C pointers explained👉
8:04
Просмотров 161 тыс.
Is the modulus operator (%) useful?
5:25
Просмотров 32 тыс.
The size of your variables matters.
11:03
Просмотров 114 тыс.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Learn C memory addresses in 7 minutes 📬
7:01
Просмотров 60 тыс.
operators in c | arithmetic, relational |
13:13
Просмотров 112 тыс.
Мама знает где все документы
00:21