Record Detail

Compile Error

/in/ex6.c: In function 'findBook':
/in/ex6.c:7:17: error: 'NULL' undeclared (first use in this function)
     while(hand!=NULL)
                 ^~~~
/in/ex6.c:7:17: note: each undeclared identifier is reported only once for each function it appears in
/in/ex6.c:14:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-07 15:44:45
Judged At
2022-07-08 16:04:31
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes