The program would compile just do these three things
1 Delete or comment out the first main- including the curly brace following it
2 in the search book function, delete the curly brace after the line
struct books_t;
3 replace
int main()
with
void main()
Regards
Ankur Verma
|