Hello Guys,
In this video, I am going to show you about the operator
What is Operators?
An Operator is a symbol that tells the computer to perform certain mathematical or logical manipulations.
Operators are used in programs to manipulate data and variables.
They usually form a part of the mathematical or logical expressions.
Type Of Operators?
Arithmetic operators
Relational operators
Logical operators
Assignment operators
Increment and decrement operators
Conditional operators
Bitwise operators
Special operators
What is Arithmetic Operators?
An arithmetic operator performs mathematical operations such as addition, subtraction, multiplication, division, etc., on numerical values (constants and variables).
Syntax:-
expression1 Operator expression2
Example:-
int sum=0;
sum = a + b;
printf(“%d”,sum);
C Programming For Beginner: • C Programming For Beginner
website:-https://elkickofficial.blogspot.com/?m=1
if You Like This Video Then Like, share, comment and don't forget to subscribe us
#operators #arithmaticOperators #elkick
Thank You