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

int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


coding for Fibonacci.?

1 Answers  


Can variables be declared anywhere in c?

0 Answers  


what is difference between c and c++

4 Answers  


Explain what are its uses in c programming?

0 Answers  






Explain how do you search data in a data file using random access method?

0 Answers  


Can include files be nested?

0 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  


why we use pointer in c

7 Answers   HCL, TCS,


write a program to concatenation the string using switch case?

0 Answers  


What is cohesion in c?

0 Answers  


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


Categories