1.

A C program contains the following declaration int i=8, j=5 what would be the value of following expression ? abs(i-2*j)

A. 2
B. 4
C. 6
D. 8
Answer» B. 4


Discussion

No Comment Found