On http://groups.google.co.in/group/comp.lang.c/browse_thread/thread/bfb312ad902d94eb/74dcdcacce777679?lnk=gst&q=conditional+operator#74dcdcacce777679
There is an answer to the question why (A% 2 == 0)? A = 0: A = 1 gives an error.
What I do not understand when we use (priority and associativity), and we use the C grammar to parse the expression?
Always use grammar to parse expressions.
Priority and associativity are derived from grammar; they are not rules. Many priority tables are over-simplifications that do not work in some obscure cases.
Source: https://habr.com/ru/post/1314705/More articles:I want to generate n! permutations for a given n in R - rIs WML and WMLScript dead? - wmlHow to hide div by onclick using javascript? - javascriptleft div + right div + center div = 100% width. How to implement? - htmlAre Django applications equivalent for Drupal CCK and Views? - pythonWhat is the easiest way to set a date limit until the application is used? - androidMember function hidden in a derived class - c ++Creating R packages for installation with install.packages () - rPaste not compiled - sqlGoogle, like paging in Wicket - javaAll Articles