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