Computer Science, asked by ja8658026, 6 months ago

(b) What is the value of m after evaluating the following expression:
(++n*m++ % ++m*n++)/m+n; when m=5,n=3
m -​

Answers

Answered by anindyaadhikari13
1

\star\:\:\:\sf\large\underline\blue{Answer:-}

Given,

m=5

n=3

Therefore,

(++n*m++ %++m*n++)/m+n

= (4*5%7*4)/7+5

=(6*4)/7+5

=24/7+5

=3+5

=8.

Similar questions