#6: C Operators | C Programming for Beginners

preview_player
Показать описание
Step by step video tutorials to learn C Programming for absolute beginners!

Watch this video to find out all about C operators. You will learn about arithmetic operators, like addition, division, increment, decrement, and also about the assignment operators.

~
C Tutorial (text-based tutorial):

Watch our videos and revise them with our C App!

Timestamps:
0:00 Start
00:51 Arithmetic Operators
01:14 Addition Operator
05:06 Division Operator
07:08 Remainder Operator
08:00 Increment and Decrement Operator
09:37 Multiple Operators
11:34 Quiz

Find Programiz elsewhere:

#learncprogramming #programiz #operatorsinc #cprogramming #basics #programming #arithmetic #operators #prefix #postfix #assignmentoperator
Рекомендации по теме
Комментарии
Автор

🔥Finding it Damn Hard to Understand C Programming?
Learn to code—the right way—with interactive lessons, quizzes & challenges. Build a strong programming base; it's IMPORTANT!

programizstudios
Автор

The answer is 8. Thanks for your lessons, they are really great.

blamasumo
Автор

I love the way you are teaching C language.
#include<stdio.h>
#include<conio.h>
void main()
{
printf("Thanks to Padma Mam");
getch();
}

soumadeepdas
Автор

Love the way you teach. I now understand things that seemed difficult in class.

calebdamilola
Автор

The mathematics here follows the BODMAS rule that I learned way back in school almost 15 years ago. The answer is C. (8) as BODMAS follows 'division', followed by 'multiplication', then comes division followed by 'add' and then 'subtract'. I am new to coding and your videos are really helpful. Thank you so much for these videos.

eshankaushal
Автор

Can you upload more videos of C please, we need harder things like arrays, pointers & data structures please

ahmedhani
Автор

Love the way you teach, i am improving my C programming skills, Thankyou

Lolz_amv
Автор

Love the way you teach, i am improving my C programming skills, Thankyou 👍

pristinewalek
Автор

parenthesis "()" is not only used to make our code look better, it also has the higest precidence over other arithmetic operator,
so for eg : The result of the expression 4 / 2 + 2 * 3 + 1 is 9: however 4 / (2 + 2) * 3 + 1, this now results in 4

mnaresh
Автор

What is the value of x in the following code?
Int x = 5 + 2 * 9 / 3 - 3;
Answer: C (8)
And I have practically solved it In programm

Thank you Mam for this tutorial 🙏🏻

seflame
Автор

keep making such videos because they're very helpful... THANKS😍

icelamone
Автор

Thank you these videos are very helpful for beginners in this language.

chad
Автор

teaching style is so so beautiful and thank you so much

bipulchandramondol
Автор

#include <stdio.h>
int main() {

int x = 5 + 2* 9 / 3 - 3;
printf("x = %d", x);

return 0;
}

The output was 8.
first time programming, Thanks alot to the tutor, I like your teaching approach. I hope by the end of the tutorials, I will be a master in C Programming.

collinshagembe
Автор

Answer is 8. Rule of precedence aka Bodmas (bracket, of, division, multiplication, addition, subtraction)

abolarinjohn
Автор

Nice video thanks ma'am really appreciate your work ☺️☺️☺️✅✅✅✅✅

rohitattri
Автор

I really love this lessons they make my confidence in C as I study software engineering

rayCee_
Автор

Wow this is very clear and concise syntax explaination coming from an Indian Programmer. Hope there would also a C++ tutorials as well. Good works Miz!

renatzkigab
Автор

Hey why r u not uploading more tutorials 😭😭😭
Plzz upload plzzzz
I like the way you teach ❤️

mdsahil
Автор

Content is fabulous ofcourse. But the thing i like about Programiz is that they have such a wide array of examples on their website. Also the lady's accent is very interesting. Her imperfections add that unknowing French accent... loved it !!!

atharavjadhav