Computer Science, asked by amanaby2005, 6 months ago

int i = 11;
int j = --(i++);

it will result in compilation error but why?

with explanation pls​

Answers

Answered by blackandantiqual
0

Answer:

what are you trying to do? why are you declaring a variable with i++ in it

Explanation:

Similar questions