Free Cources

Your blog category

Topic-7: Operator

There are “8” different types of operators are present in “C language”. Arithmetic Operator [+.-,*,/,%] Relational Operator [<,>,<=,>=,==,!=] Logical Operator [&&,||,!] Assignment Operator and short hand [+=,-=,*=,/=,%=] Increment and Decrement Operator [++(Increment Opertor),- -(Decrement Operator)] Bitwise Operator { &(bitwise And) , | (bitwise or) , ^ (Exclusive or) , ~ (Complement) , shift Operator [<<

Topic-7: Operator Read More »