please solve it in C :
Write a function called search that takes an array of Books structures and a string called title i.e. the header of the function will be: void search(struct Books b[], char title[]). This function finds the book in the array b[] whose title is the same as the parameter called title and then prints all the info (title, authors, id, subject) of that book
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here