Question: Consider the following structure declaration: struct registered { string title; int isbn; int quantity; float price; } cheml, maht3, prog2; How to initial the title
Consider the following structure declaration: struct registered { string title; int isbn; int quantity; float price; } cheml, maht3, prog2; How to initial the title of chem1? cout > cheml.title; cout > prog2.title
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
