Question: C Programming Language! In a psychological test work system for 10 participants, information is needed in the form of Name, Gender, Age, and Duration of
C Programming Language!
In a psychological test work system for 10 participants, information is needed in the form of Name, Gender, Age, and Duration of working on the psychotest questions. On the data is visible that participants with female gender at the age of 25-35 years. Duration of doing the questions Psychotest between 2-4 hours and recorded in minutes, for example: 130 minutes, 155 minutes.
Complete the questions below:
a. Create a struct with the fields Name, Gender using the data type char, Age and Duration uses the int data type. b. Make an Input menu from the data recorded in the file psychotestSIN.dat* c. Make an Output menu from the data using fread to read and displays the files that have been created.
*Note: the Student ID Number section writes down the last 3 digit Student ID Number data information. As an example: psychotest165. dat
Thank you ^^
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
