Computer Science, asked by digitechnta, 6 months ago

Evaluate the following expression
1.int m =6, k=9;
int r= (--m * k++ - k*--m)
2.int q=4;
q-=(--q * q++) ;
3.int p=5;
p+=p++ * 2;
4.int p=15;
p=p++ + ++p;
5.what is the value of y after evaluating the expression given below
y+=++y + y-- + --y when int y=8.​

Answers

Answered by habeebhussain538
0

Answer:

I don't know

Explanation:

please mark me as brainliest please no one is marking me please mark me as brainliest please no one is marking me please

Similar questions