Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello friends,

I am getting the following error while compiling. If any body knows the reason the please let me know.

I am using C language, python

ZeroDivisionError: integer division or modulo by zero


regards,
Arang.
Posted

the reason? you're dividing something by zero.

does the compiler give you a line number? if so, what does the code at that line look like?
 
Share this answer
 
Comments
P.Salini 6-Apr-12 0:40am    
My 5!
The error message is self explanatory: You are dividing (or taking the modulus of) a value by zero.
If the error reports a line, look at it. If it doesn't, try running it in the debugger and see how far it gets.
 
Share this answer
 
Comments
Monjurul Habib 6-Apr-12 5:14am    
5!
Thank you Chris, as you said that I divided something by zero. Compiler said some line number. I checked and I corrected it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900