Q:

WHAT ARE THE DIFFERENT TYPES OF OPERATORS IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT ARE THE DIFFERENT TYPES OF OPERATORS IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

C language offers many types of operators. They are,

  1. Arithmetic operators
  2. Assignment operators
  3. Relational operators
  4. Logical operators
  5. Bit wise operators
  6. Conditional operators (ternary operators)
  7. Increment/decrement operators
  8. Special operators

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE SYNTAX FOR TERNARY OPERATOR IN C?... >>
<< WHAT IS OPERATOR IN C?...