Operators in C Programming 1 | Unary & Arithmetic Operators | Decoding Computers
With me, learning the fun way is THE only way... Watch full videos to not miss important tips about the topics...
---------------------------------------------------------------------------------------------------------
An oversight. My apologies. A little correction in the program code shown in the video. The corrected coding would be as under (the correction mentioned as comment, pls note) :
int num1,num2;
int sum,diff,prod,div,mod;
/*this scanf statement should've come here before expressions*/
scanf(”Enter the two operands %d %d\n”,&num1,&num2);
sum=num1+num2;
diff=num1-num2;
prod=num1*num2;
div=num1/num2;
mod=num1%num2;
printf(“The result for + operator =%d\n”,sum);
printf(“The result for - operator =%d\n”,diff);
printf(“The result for * operator =%d\n”,prod);
printf(“The result for / operator =%d\n”,div);
printf(“The result for %% operator =%d\n”,mod);
-----------------------------------------------------------------------------------------------
In case you have missed my previous videos, you can click on the link below and watch them one by one OR you could go to my Playlist & watch them all at once...
#08 Data Types in C Programming Language - Part 2 : https://www.youtube.com/watch?v=-7mZ_K7-3y0
#07 Data Types in C Programming Language - Part 1 : https://www.youtube.com/watch?v=5gx_AgOfy0Q
#06 Input & Output in C Programming Language : https://www.youtube.com/watch?v=i0aUn3V_sOo
#05 Constants & Variables in C Programming Language : https://www.youtube.com/watch?v=DMwXjrcBN2M
#04 Character Set & Escape Sequences in C Programming Language : https://www.youtube.com/watch?v=ROCyZzux064
#03 Not To Miss | Do's & Don'ts in C Language : https://www.youtube.com/watch?v=lpcAOqhz6uo
#02 First C Program : https://www.youtube.com/watch?v=aoltAsaq3Jo
#01 Programming Languages - An Introduction : https://www.youtube.com/watch?v=A3wExdluG_8
You can follow me on
facebook : https://www.facebook.com/decoding.c.94
instagram : instagram.com/decodingcomputers
or reach me at [email protected]
And please leave a comment in the comment section below for any feedback or suggestions
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Operators in C Programming 1 | Unary & Arithmetic Operators | Decoding Computers», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.