Computer Science, asked by gursimran60, 5 months ago

What are the various types of operators available in C? Discuss in detail with

suitable examples.​

Answers

Answered by nithyasureshreddy
1

Answer:

Operators are the basic concept of any programming language, used to build a foundation in programming for freshers. Operators can be defined as basic symbols that help us work on logical and mathematical operations.

There are many sub-operators presents in each type of Operators in C/C++.

There are 6 types of Operators in C/C++.

  1. Arithmetic Operators
  2. Relational Operators
  3. Logical Operators
  4. Assignment Operators
  5. Bitwise Operators
  6. Miscellaneous Operators

Hope tis helps you...

Similar questions