1.

What does the following C expression do?x = (x<<1) + x + (x>>1);(A) Multiplies an integer with 7(B) Multiplies an integer with 3.5(C) Multiplies an integer with 3(D) Multiplies an integer with 8

Answer»


Discussion

No Comment Found