Write code which creates a struct type called Student Data to represent the registration data of each student in our cla
Posted: Fri Jul 08, 2022 6:38 am
Write code which creates a struct type called Student Data to represent the registration data of each student in our class. The structure has two fields: the id field stu_id that is an 32-bit unsigned integer, and the name field stu_name that uses (up to) 20 characters.