Hi there...im new to C programmin and ive gotten a little stuck with precedence of C operators...it wud be great if some1 cud tell me how the compiler goes about solving these kinds of expressions....
i=0;
7||0&&++i;
why doesnt the value of i change???
i=0;
7||0&&++i;
why doesnt the value of i change???
Comment