Compile Time Error: An error within the code, that causes the compile of the program to fail. (i.e. Variable not defined)
Runtime Error: An error that occurs when a compiled program encounters an error, while running. (i.e. Array element is out of bounds; like when you have an array defined to handle up to 99 elements, but the program tries to access element 100, and since the array is defined 99, it assumes element ZERO, which is not possible)
-sarge
Last Wiki Answer Submitted: October 26, 2010 1:35 pm by Rudedog950 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
A run-time error happens when a program runs; and a compile-time error happens when a program is compiled. It seems like a pretty basic question that a student would need to know. In fact, a lot of questions seem to be “student” questions.
If these are interview questions, it doesn’t seem quite right to supply answers. That would seem to be misleading to interviewers.
there most certainly seem to be a lot of “fishing” going on in the last few months. fishing for answers to textbook examples, interview questions and such.
it’s like having my own company all over again….i’m now w babysitter.
A run-time error happens when a program runs; and a compile-time error happens when a program is compiled. It seems like a pretty basic question that a student would need to know. In fact, a lot of questions seem to be “student” questions.
If these are interview questions, it doesn’t seem quite right to supply answers. That would seem to be misleading to interviewers.
Tom
there most certainly seem to be a lot of “fishing” going on in the last few months. fishing for answers to textbook examples, interview questions and such.
it’s like having my own company all over again….i’m now w babysitter.
-sarge
…from a lot of people in India…
At almost four times the size of, say, the U.S.A., four times as many questions might be expected.
Tom