what is run time error?
Answers were Sorted based on User's Feedback
Answer / sudha rani
An error that occurs during the execution of a program. In
contrast, compile-time errors occur while a program is
being compiled. Runtime errors indicate bugs in the program
or problems that the designers had anticipated but could do
nothing about. For example, running out of memory will
often cause a runtime error.
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.
After the runtime error message has been displayed and
closed, the software that shows this error would normally
close or freeze. In some cases, the operating system will
reboot.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / venkat
run time error is the error which notify at the run time of
the program
| Is This Answer Correct ? | 3 Yes | 0 No |
a run time error is a logical error....
it can be infinite looping, division by zero or an arrray
overflow.
such errors can be managed with implementing the exception
handling concept.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vipin bhatia
no doubt run time error occur while runtime.. but when the
execution of program take place and we enter input max then
limit or answer reach upto max data type lime , error
occured also known run time error....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / santhosh
UsUally c program!THEY are two types?
complie!and run time?
compile means high level language&low level language into
middile level langage!this is complier!run time is program
code convert into machine code(binarys)some code are not
accept machine code!that also become runtime erroe!
| Is This Answer Correct ? | 0 Yes | 0 No |
Run time error is occured only at runtime / execution time,
when we give the invalid input.
| Is This Answer Correct ? | 1 Yes | 3 No |
To generate the series 1+3+5+7+... using C program
how to convert decimal to hexadecimal without using arrays just loops
loop1: { x=i<n?(i++):0; printf("%d",i); exit(x); continue; } Error- misplaced continue. Doubt-1.will the exit(x) be executed for all values of x 2.will this statement go out of the program.
Declaration of Cube Guys please help me.. Is this a right way to declare cube.? If i Compile it. It Says: Cube undeclared what should i do? Please help \thanks in advanced #include<stdio.h> #include<math.h> #include<conio.h> main( ) { float x,y; while(x++<10.0) { printf("Enter Number:"); scanf("%d", &x); y = cube(x); printf("%f %f %f \n", x,pow(x,2),y); cube(x); } { float x; float y; y = x*x*x; } getch(); return (y); }
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;
Given that two int variables, total and amount , have been declared, write a sequence of statements that: initializes total to 0 reads three values into amount , one at a time. After each value is read in to amount , it is added to the value in total (that is, total is incremented by the value in amount ). Instructor's notes: If you use a loop, it must be a for loop. And if you use a loop control variable for counting, you must declare it.
Using string functions write a program that will accept the name of the capital as input value and will display the corresponding country. ------------------------ Capitals Countries ------------------------ Capitals Countries Ottawa Canada Moscow Russia Rome Italy I can't not get it to run properly
what is the large sustained error signal that eventually cause the controller output to drive to its limit
void main() { for(int i=0;i<5;i++); printf("%d",i); } What is the output?..
32 Answers College School Exams Tests, CTS, HCL, iGate, SmartData,
void main() { int i=5; printf("%d",i+++++i); }
Write a C program to enter 10 integer numbers through one variable and count how many of them are even using while loop ?
Find the error (2.5*2=5) (a) X=y=z=0.5,2.0-5.75 (b) s=15;