if ptr is a variable that points to an object of type struct inventorytype { int quantity; float itemcost; } ; write an expression that accesses the itemcost member of the object pointed to by ptr.