An Inventory structure is declared as follows:
struct Inventory
{
int itemCode;
int qtyOnHand;
};
Write a definition statement that creates an Inventory variable named trivet and initializes it with an initialization list so that its code is 555 and its quantity is 110.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.