What is floating point exception error? And what are
different types of errors occur during compile time and run
time? why they occur?



What is floating point exception error? And what are different types of errors occur during compile..

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

Post New Answer

More C Interview Questions

How can you pass an array to a function by value?

0 Answers  


write a programming in c language, 1 3 5 7 9 11

2 Answers   NIIT,


What are the advantages of external class?

0 Answers  


Explain what are run-time errors?

0 Answers  


what are the compilation steps? ( i want inside the compiler )

2 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


How many types of sorting are there in c?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


Can one function call another?

0 Answers  


What is scanf () in c?

0 Answers  


Categories