What would a correct operator precedence table that lists all operators in the C language look like?
I have made extensive searches on the web, and found many such p
Here:
http://basen.oru.se/c/operators.html
(I added _Alignof, which I think is the only new operator in C11, to my own table, and published it there. Maybe that's cheating? Comments and suggestions on how to improve the table are welcome.)