Question: Given structure: struct Book { string title; string author; }; Book listOfBooks[100]; Write a statement that will print the title of the first book in
Given structure:
struct Book {
string title;
string author;
};
Book listOfBooks[100];
Write a statement that will print the title of the first book in listOfBooks.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
