What is the result after execution of the following code if a is 10, b is 5, and c is 10?
If ((a b) && (a = c))
a = a + 1;
else
C = C+1;

Posted on by