i have submitted the solution to ADDREV problem many times but it says runtime error (SIGSEGV). i work basically on the borland c compiler. but i have tried this problem even on gcc. it did not give any errors or warnings in gcc also.plz help me out.[ul]
[quote][/quote]
[/ul]
please post the source. SEGV is causing mostly due to out of array bounds. A negative or max+1 array index.
Maybe i can try running your code.
thanks a lot . now th sigsegv error is gone . i figured it out that it was due to out of bounds array.