posted 12 years ago
Hi all,
Why the following code doesn't compile?
whereas the following compiles successfully?
In both the cases, code int a = 10; will never execute, that is, is unreachable. Then why compilation is unsuccessful only for the while statement?
cheers
A