Evaluate the following expression, if x=5,y=10 and z=11 then c=x++*5+--y*++z
Answers
Answered by
1
Answer:-
Given,
x=5, y=10, z=11
c=x++*5+ --y*++z
Or,
c=5*5+9*12
Or,
c=25+108
Or,
c=133
Hence, the final value of c is 133.
Similar questions