int c=a*b-b/8;// this will happen according to precedence rule bcuz * have more precedence than - (also it will read data from left to right int k = (b*b-(4*a*c))/(2*a);// the precedence of () is more ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results