Computer Science, asked by 162008irshad, 2 months ago

___________ errors occurs during the execution of the program.

Answers

Answered by sahilroy7529
6

Answer:

Runtime errors

Explanation:

Mark me as BRAINLIST

Answered by anindyaadhikari13
4

Answer:

  • Runtime errors occurs during the execution of the program.

Explanation:

  • Runtime errors are those errors that occurs at runtime. These errors may occur due to incorrect/invalid input, incorrect use of operators and so on.
  • For example, program to input two numbers - a and b and display the value of b/a. Now, in this case, if a=0, then runtime error occurs as division by zero is undefined.
  • Similarly, calculating square root of any negative number results in runtime error.

•••♪

Similar questions