8 May, 2025
0 Comments
2 categories
Precedence of Operators in C/arduino :-
Note- Theory के साथ MCQs खुद से attempt करें।
No. | Operator (Prio- High to Low) | Description | Associativity |
1. | () [] -> . | Parentheses, array access, structure members | Left to Right |
2. | ++ -- ! ~ sizeof + - & * | Unary operators | Right to Left |
3. | * / % | Multiplication, division, modulus | Left to Right |
4. | + - | Addition, subtraction | Left to Right |
5. | << >> | Bitwise shift operators | Left to Right |
6. | < <= > >= | Relational operators | Left to Right |
7. | == != | Equality operators | Left to Right |
8. | & | Bitwise AND | Left to Right |
9. | ^ | Bitwise XOR | Left to Right |
10. | | | Bitwise OR | Left to Right |
11. | && | Logical AND | Left to Right |
12. | || | Logical OR | Left to Right |
13. | ?: | Ternary conditional operator | Right to Left |
14. | = += -= *= /= %= &= ^= ` | Assignment operators | Right to Left |
15. | , | Comma operator | Left to Right |
Tags: Arduino Coding BasicsArduino Operator Precedence in Hindi Arduino Operators Priority Arduino में Operator कैसे काम करता है Assignment Operators in C Assignment Operators उदाहरण सहित Bitwise Operator C Language Bitwise Operators in C C Interview Topics हिंदी में C Language Notes with Examples C Language ऑपरेटर प्रायोरिटी C Operator Table C Operators Precedence C Programming for Beginners C Programming MCQs in Hindi C Programming Notes C ऑपरेटर MCQ प्रैक्टिस हिंदी में C और Arduino के Operators C लैंग्वेज बेसिक से एडवांस तक Hindi Explanation of Operators in C Important C Interview Topics Logical && OR Operators in C Logical Operators in C MCQs on C Operators Operator Associativity Explained Operator Associativity in C Precedence of Operators in C Precedence Table in C Language Programming for Competitive Exams Ternary ?: Operator Example Ternary Operator in C Unary and Binary Operators Unary और Binary Operators Notes