---
title: "What are the different types of operators and their order of precedence?"  
description: "What are the different types of operators and their order of precedence?"  
author: "Amit Singh"  
published: 2011-08-24  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1158/what-are-the-different-types-of-operators-and-their-order-of-precedence  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What are the different types of operators and their order of precedence?

first arithmetic operators than comparison operators are evaluated and at the last logical operators are evaluated .

In arithmetic operators negation, Exponentiation, multiplication and division, integer division, modulus arithmetic, addition and subtraction and string concatenation are provided.

## Answers

### Answer by Amit Singh

first arithmetic operators than comparison operators are evaluated and at the last logical operators are evaluated .

In arithmetic operators negation, Exponentiation, multiplication and division, integer division, modulus arithmetic, addition and subtraction and string concatenation are provided.


---

Original Source: https://www.mindstick.com/interview/1158/what-are-the-different-types-of-operators-and-their-order-of-precedence

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
