answersLogoWhite

0

runtime error

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What error is caught when a program executes?

compile error


When you delete an item from the empty stack will the program execute?

If the program correctly checks the error-conditions, it will terminate -- otherwise it will do... something, e.g. using memory-garbage as data.


Who execute a program?

Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.Anobody who uses it is said to "execute" or "run" the program.


What does computer message Win exec error 0 mean?

WinExec gives users the ability to execute a program while simultaneously running the translator. The error code '0' indicates that the system has run out of memory.


What is runtime in c?

when we execute the program.


Does SGID allow users to execute a binary compiled program?

Not, the execute bit does that.00100 - execute for user00010 - execute for group00001 - execute for others04000 - set-uid02000 - set-gid


When does a Borland c compiler throw an error as could not execute 16-bit process error code 32 when a program is executed after successful compilation?

If a program compiles and links successfully then there can be no compiler errors, period. Your error is a runtime error because the error only occurs when the machine code is executed, not during the compilation or linking processes. Runtime error 32 indicates a sharing violation. This essentially means you've attempted to access a file that is being used by another process.


What action is taken by CPU after reset to execute first instruction of program?

The fetch-execute cycle.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


What is execution in time logic error?

In programming, logic errors can occur if code has not been written in a manner that results in a program completing functions as expected. When an attempt to run/execute a program commences and a program encounters errors resulting from code that had not been compiled and translated as expected (such as in cases that lines of code may not be in the correct order), then a run time error could occur.


Why your program compiles successfully in devcpp but does not execute?

Maybe it does execute, but in a temporary MS-DOS window, which is closed when program's terminated. Run your program from a separate MS-DOS window (Start/Run: CMD.EXE)


What is the difference between a semantic error and logic error?

An error in the logic of a program means that the output of the program is faulty (eg the program tell you 2+2=5). An error in semantics in a program means that the program statements are not constructed properly and the usual result of this is that the program will not compile.