Question: struct Book { string author; ]string title; int edition; }; Write statement(s) to create a Book type variable named fiction to store the 1st edition
struct Book
{ string author;
]string title;
int edition;
};
Write statement(s) to create a Book type variable named fiction to store the 1st edition of George Orwell's famous novel titled 1984.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
