Computer Science, asked by prem3972, 11 months ago

wht is runtime error?

Answers

Answered by prabhat0308
1
Here is your answer.

The error occurs when the program is running is called runtime error.

Hope it helps you.

prem3972: can u tell me what is the error during run time
Anonymous: it is called runtime error bcaz it is caused when the program runs
prem3972: fyn
Answered by Anonymous
6

What is a runtime error?

⇒ Runtime error is an error which occurs during the runtime of the program.

⇒ This kind of error does not prevent the program to be compiled.

⇒ The error occurs when you did not follow certain rules .

⇒ An error code is shown for this types of errors which is typical to identify them.

⇒ It is called runtime error because it is caused when the program runs . Compilation error occurs while the program is compiled .

Examples

⇒ Division by zero

⇒ Inputting an illegal datatype

⇒ Array size of - 1

Hope it helps

___________________________________________________________________


prem3972: kk
Similar questions