Write the operators use in c-language
Answers
Answered by
0
&&,++,--,+=, -=
Hope it helps
Answered by
0
1-arithmetic operator
Example- +,-,*,/,%
2-relational operator
Example-
<
<=
>
>=
==
!=
3-logical operator
Example-
&&
||
!
4-assignment operator
Example-
a=a+1
Example- +,-,*,/,%
2-relational operator
Example-
<
<=
>
>=
==
!=
3-logical operator
Example-
&&
||
!
4-assignment operator
Example-
a=a+1
Hacket:
Don’t worry I will mention here
++ and —
exp1?exp2:exp3
&
|
^
<<
>>
c==++a-b;
Similar questions