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


Please Help Members By Posting Answers For Below Questions

How can I delete a file?

832


What is the difference between single charater constant and string constant?

857


What is the correct code to have following output in c using nested for loop?

837


What are comments and how do you insert it in a C program?

978


What are the rules for the identifier?

889


What is a keyword?

943


What is this infamous null pointer, anyway?

798


What are structure members?

825


Can a function argument have default value?

907


What is array in C

927


How many parameters should a function have?

877


what is the structure pointer?

1863


How can I read data from data files with particular formats?

822


Can one function call another?

836


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2436