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 psychotest4.dat c. Make an Output menu from the data using fread to read and displays the files that have been created. d. Make a data search menu based on name, display or print the Name age gender and duration e. Use a minimum of 10 psychotest participant data stored in the file. Create menus to sort displays the Name Age data of the test takers. *display the data in descending order
Thank you ^^
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started