All Questions
1 question
1
vote
2
answers
89
views
Debugger gives a segmentation error for strlen
In the code below the debugger shows no error but when I run this piece of code inside a function scope char *s is also in the function scope the debugger gives a segmentation error for the strlen ...