Question: Why will this code creat a Segmentation fault: char *ptr; fgets(ptr,200,stdin); fprintf(stderr, Ptr=%s , ptr);
Why will this code creat a Segmentation fault:
char *ptr;
fgets(ptr,200,stdin);
fprintf(stderr, "Ptr=%s ", ptr);
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
