corpulent's blog

By corpulent, history, 4 years ago, In English

I have to perform segmenteed seive. This is my code. It shows segmented fault error, please tell the correction. My Code

ThankYou

  • Vote: I like it
  • -10
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

If a is not divisible by i, then start - a < 0 and you have out of bounds on line 74.