Question: Write a C program to create a structure called student. The structure must have the member variables name, last name, student id and favorite number.
Write a C program to create a structure called student. The structure must have the member variables name, last name, student id and favorite number. Create the main function and in the main function, create a few structure variables and assign values to it. Write a function which prints out the student structure variables that you created.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
