+1 vote
in Class 12 by kratos

If the variables i, j and k are assigned the values 5,3 and 2 respectively, then the expression i = j + ( k + + = 6 ) + 7

(A) gives an error message

(B) assigns a value 16 to i

(C) assigns a value 18 to i

(D) assigns a value 19 to i

1 Answer

+5 votes
by kratos
 
Best answer

Correct option - (A) gives an error message

Explanation:-

It gives an error message-Lvalue required.

...