Operators In C Programming Language

In C programming language operators are the symbols which are used to perform specific operations. From every operator, C-expression can be defined. By using some operators we can solve or compute a formula, we can compare two expressions or variable values, or can create logical relationship between compound statements, can solve a conditional expression, can do low level programming and special types of operations. More about operators, we can say these are used for processing.  Following are the types of operators used in C programming language. These are –

  1. Arithmetic Operators
  2. Relational Operators
  3. Logical Operators
  4. Assignment Operators
  5. Conditional or Ternary Operators
  6. Increment/ Decrement Operators
  7. Bitwise Operators

These operators are defined in the further posts. You will know what are these operators and how to use them in the C language.

yashan has written 70 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>