What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?
Answer Posted / 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 |
Post New Answer View All Answers
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
find out largest elemant of diagonalmatrix
What's a good way to check for "close enough" floating-point equality?
What do you mean by invalid pointer arithmetic?
Is boolean a datatype in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain why c is faster than c++?
Why c is called a middle level language?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is variable initialization and why is it important?
how to capitalise first letter of each word in a given string?
What is a example of a variable?
What is the difference between abs() and fabs() functions?
Explain continue keyword in c
What does & mean in scanf?