0
Q:

sigfpe error

I keep getting SIGFPE error when i try to run my program. 
Why so? This is the easiest runtime error to debug -
it is a floating point error. It is virtually always
caused by a division by 0, so check any divisions or 
modulo operations in your code carefully.
1
This error is a floating point error, occurs usually when you try to divide 
something by 0. Check the division and modulo operation in your code.
0

New to Communities?

Join the community