Question:

What is a runtime error.?

by  |  earlier

0 LIKES UnLike

What is a runtime error.?

 Tags:

   Report

4 ANSWERS


  1. A runtime error is a computer error that appears in the form of a message box consisting of a particular code along with its corresponding definitions. Usually, a user will notice that the computer becomes noticeably slow before a runtime error appears.


  2.     * conflicts between the TSR (Terminate and Stay Resident       Program)and other

        * currently running applications;

        * software issues;

        * memory problems;

        * and harmful applications such as computer viruses.


  3. An error that occurs while a program is running (as opposed to a compile time error which occurs while a program is being converting from source code into program code).

  4. when an application is created there are two types of errors..

    1. compiling error

    2. run time error.

    the second one is the run time error which is created when the system tries to execute a program or application.. this might be due to incompatible system requirements or may be due to any reason..

    this you can understand better when you are working on some code or computer languages..  

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.