brittbritt3690 brittbritt3690 07-06-2023 Engineering contestada Define structure data type called "Item" containing four member’s char [] ItemName, integer quantity, float price, and float weight. Then write a C program that uses structure pointer to take input and for print structure elements. IN C