The operators of C language not only have different priorities, but also have another feature, which is its associativity. In an expression, the order in which the operands participate in the operation must not only comply with the regulations of the operator priority level, but also be restricted by the operator associativity to determine whether to operate from left to right or from right to left. This associativity is not available in operators of other high-level languages, which also increases the complexity of C language.
You Might Like
Recommended ContentMore
Open source project More
Popular Components
Searched by Users
Just Take a LookMore
Trending Downloads
Trending ArticlesMore