Question: please do it all Define a structure for a book that contains space for the title, the author's name, and the number of pages. All
please do it all

Define a structure for a book that contains space for the title, the author's name, and the number of pages. All of the fields in the structure should be dynamically allocated when initialized. Given the definition above, how would you declare a variable called my book and set the number of pages to 200, the title to "test" and the author to the empty string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
