0
I got "SIGSEGV on thread : -1507067536" error. Any one who can correct this please
3 Antworten
+ 2
SIGSEGV -Segmentation fault. You are trying to access memory that wasn't allocated for your program or trying to write to memory to which you have read access.
Eg Negative Indexing in C is not supported and this will cause such an error.
+ 1
This works:
https://code.sololearn.com/cBZ17UmBwaQw/?ref=app
0
Thanks alot..... I got my silly mistake 😇 "%d" By your support..... This is due to java😊