- Write Code Which Creates A Struct Type Called Student Data To Represent The Registration Data Of Each Student In Our Cla 1 (21.19 KiB) Viewed 39 times
Write code which creates a struct type called Student Data to represent the registration data of each student in our cla
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write code which creates a struct type called Student Data to represent the registration data of each student in our cla
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.