Thursday, 30 January 2014

Operator In C programing Langauge

 Operators In Programing langauge

C operator is a symbol that is used to perform mathematical or logical manipulations.
Built in C language operators is rich, and provides the following types of operators:
  • Arithmetic Operators +, -, *, /,
  • Increment and Decrement Operators ++, --
  • Relational Operators ==, !=, >, <, >=, <=
  • Logical Operators &&, ||, !
  • Bitwise Operators <<, >>, ~, &, |, ^
  • Assignment Operators =, +=, -=, *=, /=, %=, <<=, >>=, &=, ^=, |=
  • Misc Operators sizeof(), &, *, ? :





0 comments:

Post a Comment