0
When an if statement is satisfied does compiler check else statment
2 Answers
+ 5
The compiler dosnt check if a statment is satisfied.
As far as i know only while the programm is running it will skip the else statment if the if statment is satisfied.
+ 1
Thanks