anadun5700 anadun5700 13-12-2022 Computers and Technology contestada 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.