Computer Science
If m = 5, n =2; what will be the output of m and n after execution?
(a) m -= n
(b) n = m + m/n;
Related Questions
If a = 0, b = 30, c = 40; then find the value of 'a' when:
a += --b + c++ + b;
Define the following with the help of truth table:
Bitwise OR
What will be the output when the following statements are executed?
int v,s,n=550; s = n + v > 1750? 400:200;
When,
(a) v = 500
(b) v = 1500
Define the following with the help of truth table:
Bitwise XOR