What will be the value of an after execution of the following statements? int a = 23, b = 34; a = ((a < b) (b+a): (b-a);

A. 11.
B. 23.
C. 57.
D. 34.

error: Content is protected !!