C program. Why segmentation fault? Explain. char * str; Printf("enter your input:") ; fgets(str, 20, stdin) ; Printf("%s", str) ;. 2. Does this code fix it?
確定! 回上一頁