User Profile
Collapse
Profile Sidebar
Collapse
creigelde
Last Activity: Nov 26 '19, 04:18 AM
Joined: Nov 26 '19
Location:
-
It is a compile-time error if a statement cannot be executed because it is unreachable. This means that the control flow of your program can't get to that statement, but you assume that they would be. The compiler analyzes the flow, and reports these statements to you as error messages. It is a reliable indicators of logical error in your program.
No activity results to display
Show More
Leave a comment: