What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?
Answer / gsrinivas
if we declared a variable of type float and we use that or
we match that with other types then floating point
exception occcures.syntax errors because if the code or
structure of alanguge is not match with the author
specified rules and structures mismatch occures errors will
come.
| Is This Answer Correct ? | 1 Yes | 1 No |
How can I open a file so that other programs can update it at the same time?
Define and explain about ! Operator?
How does selection sort work in c?
WHAT IS MEANT BY LIFE?
What is the difference between if else and switchstatement
What does %p mean c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the function of multilevel pointer in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
Why main is used in c?
What does extern mean in a function declaration?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?