Operators in c programming language:

 Operators in c programming language:


  1. Arithmetic operators : (+ )addition operator, (-) substraction operator,(*) multiplication operator,(/) division operator,% modulo operator.
  2. Assignment operators  : (= ) is equal assignment to,(+= )addition assignment,(-= )substraction assignment,(/= )division assignment,(*= )multiplication assignment,(%= )modulo assignment 
  3. Comparison operators : (<) less than operator,(<=) less than or equal to, (>) greater than,(>=) greater than or equal to,(==)equal to,(!=)not equal to 
  4. Logical operators : (&&)logical and,(||)logical or,(!) logical not operator
  5. Bitwise operators : (&) bitwise and,(|) bitwise or,(^) bitwise xor,<< left shift,>> right shift
  6. Increment and decrement operators : 
  7. Conditional operators :
  8. Ternary operators :






Thanks   you   for   reading .   For   more   knowledge   click   here

 Learning C programming language from basics concept include with PROGRAMS:

 https://kodewithgy.blogspot.com/2024/09/learning-c-programming-language-from.html

Post a Comment

Please Select Embedded Mode To Show The Comment System.*

Previous Post Next Post