<p><strong>ASSIGNMENT: Student Data</strong></p><p>Write a program that uses two structures Name and Student tostore the following information for multiple students:</p><p>1- Create a NAME structure that consists of</p><p>*First Name,</p><p>*Middle Initial, and</p><p>*Last Name.</p><p>2-