The __________ operator is used to access structure members.
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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here