int i = 11;
int j = --(i++);
it will result in compilation error but why?
with explanation pls
Answers
Answered by
0
Answer:
what are you trying to do? why are you declaring a variable with i++ in it
Explanation:
Similar questions