subject

Outcomes: Demonstrate the ability to create and use linked lists in dynamic memory
Demonstrate the ability to add nodes and remove nodes from a linked list of structs
Program Specifications:
Write a program that creates the following struct (you can give it whatever name you want):
char name[100];
int age;
float weight;
Create the following menu system:
Add a Record
Display All Records
Quit
When the user selects (1) you will prompt them for a name, age, and weight. You will insert the record into the linked list which will be alphabetically ordered by name (first letter of full name).
When the user selects (2) you will display all records currently in the list.
This program will not use an array, but it will use a linked list of structs. The program will allow for an unlimited number of records. The only limit will the amount of available RAM.
Submission Requirements:
You must follow the rules from the first assignment. Do not forget your design tool.

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:30, yoyo9661
Under which key category do the page up and page down keys fall? page up and page down keys fall under the keys category.
Answers: 1
image
Computers and Technology, 23.06.2019 06:30, darlene93
You are consulting for a beverage distributor who is interested in determining the benefits it could achieve from implementing new information systems. what will you advise as the first step?
Answers: 1
image
Computers and Technology, 24.06.2019 09:50, ira51
Suppose you are an ad-serving company and you maintain a log of cookie data for ads you serve to the web pages for a particular vendor (say amazon). a. how can you use this data to determine which are the best ads? b. how can you use this data to determine which are the best ad formats? c. how could you records of past ads and ad clicks to determine which ads to send to a given ip address? d. how could you use this data to determine how well the technique you used in your answer to part c was working? e. how could you use this data to determine that a given ip address is used by more than one person? f. how does having this data give you a competitive advantage vis-à-vis other ad-serving companies?
Answers: 2
image
Computers and Technology, 24.06.2019 12:50, neptunesx
Write a new lc-3 trap subroutine (i. e. a subroutine that will be invoked via the trap instruction) that will receive a numeric digit entered at the keyboard (i. e. an ascii character), echo it to the screen, and return in r0 the corresponding numeric value: so if the user types the digit '7', the character '7' will appear on the screen, but the value returned in r0 will be b0000 0000 0000 0111 (#7) you may not use any trap calls in your code - you must implement the "polling" code that interrogates the keyboard status and data registers. ; getnum_tsr ; a subroutine for obtaining a numeric value ; given ascii numeric digit input to keyboard. ; the numeric digit is echoed to the console (e. g. '7' = b0000 0000 0011 0111), ; but the value returned in r0 is the actual numeric value ; corresponding to the digit (e. g. b0000 0000 0000 0111 =
Answers: 3
You know the right answer?
Outcomes: Demonstrate the ability to create and use linked lists in dynamic memory
Demonstrat...

Questions in other subjects:

Konu
Mathematics, 20.10.2021 09:50
Konu
Biology, 20.10.2021 09:50
Konu
Mathematics, 20.10.2021 09:50