Computer Science, asked by dpsowkya0924, 10 months ago

Define compile time and run time error​

Answers

Answered by shaguftaarif
2

Explanation:

Compile time errors are those syntax errors, missing file reference errors. Runtime errors happen after the source code has been compiled into an executable program and while the program is running. Examples are program crashes, unexpected program behavior or features don't work.

Similar questions