TCS
Company
Programming
what are different operators in c
Read Solution (Total 3)
-
- there are 10 types of operators....
1.Highest operator.....example
() [] -> .
2.Unary
Exple: ! ~ + - ++ -- & * sizeof typecast
3.Arithmatic category
Expl: * / % + -
4.Bitwise
Exple: > & ^ |
5.Relational
Exple: < == == !=
6.Logical
Exmple: && ||
7.Ternary or condition
Exmple: ? :
8.Assignment operator
Exmple: = *= /= %= += -= = &= ^= /=
9.Comma operator
Exmple: ,
10.Post catogery
Exple: ++ -- - 9 years agoHelpfull: Yes(1) No(0)
- There are basic 7 types of opertaors...
Arithmetic operators..
relational operators...
logical operators...
bit wise operators...
conditional operators..
assignment operators...
pointers and other operators...
- 9 years agoHelpfull: Yes(0) No(0)
- logical,conditional,arthmetic
- 9 years agoHelpfull: Yes(0) No(0)
TCS Other Question