ছক আকারে প্রিসিডেন্স ও এসোসিয়েটিভিটি

অপারেটর অপারেটরটি কি নামে পরিচিত Associativity Precedence যে অধ্যায়ে আলোচনা করা হয়েছে
() Function call Left-to-right সর্বোচ্চ 14 অধ্যায়ঃ ৪ অধ্যায়ঃ ৫ অধ্যায়ঃ ৮
[] Array subscript,
. Dot (Member of structure)
-> Arrow (Member of structure)
! Logical NOT Right-to-Left 13 অধ্যায়ঃ ৩অধ্যায়ঃ ৭ অধ্যায়ঃ ২
One’s-complement
Unary minus (Negation)
++ Increment
Decrement
& Address-of
* Indirection
(type) Data-type casting
Sizeof Sizeof
* Multiplication Left-to-Right 12 অধ্যায়ঃ ৩
/ xniûnMm
% Modulus (Remainder)
+ Addition Left-to-Right 11 অধ্যায়ঃ ৩
Subtraction
<< Left-shiftLess than Left-to-Right 10 অধ্যায়ঃ ১১
>>
< Less than Left-to-Right 8 অধ্যায়ঃ ৩
<= Less than or equal to
> Greater than
>= Greater than or equal to
= = Equal to
!= Not equal to
& Bitwise AND Left-to-Right 7 অধ্যায়ঃ ১১
 ^ Bitwise XOR Left-to-Right 6 অধ্যায়ঃ ১১
| Bitwise OR Left-to-Right 5 অধ্যায়ঃ ১১
&& Logical AND Left-to-Right 4 অধ্যায়ঃ ৩
|| Logical OR Left-to-Right 3 অধ্যায়ঃ ৩
?: Conditional Right-to-Left 2 অধ্যায়ঃ ৩
=, + =* = , etc. Assignment operators Left-to-Right 1 অধ্যায়ঃ ২
  , Comma Left-to-Right      সর্বনিম্ন 0 অধ্যায়ঃ ২