0
What is the difference of Runtime Error and Compile Error?
Can anybody explain it?
1 Respuesta
+ 1
Compile Error means there is an error in your syntax that wont allow your code to be properly compiled. A runtime error is usually an error in your logic that caused an error to occur