Question: I need help with this homework. ITCS 2116-C Programming-Fall 2017 Homework 5 Objectives . Practice the use of structs, pointers and linked lists - Practice

I need help with this homework.
 I need help with this homework. ITCS 2116-C Programming-Fall 2017 Homework
5 Objectives . Practice the use of structs, pointers and linked lists
- Practice the use of dynamic memory allocation. . Correctly identify error
messages and warnings from the preprocessor, compiler, and linker . Find and

ITCS 2116-C Programming-Fall 2017 Homework 5 Objectives . Practice the use of structs, pointers and linked lists - Practice the use of dynamic memory allocation. . Correctly identify error messages and warnings from the preprocessor, compiler, and linker . Find and eliminate runtime errors using a combination of logic, language understanding, trace .Distinguish key elements of the C syntax (what's legal), semantics (what does it do), and . Write, debug, and modify programs using library utilities, including, but not limited to assert, and avoid them. printout, or other debugging techniques. pragmatics (how is it used) of a programming language. the math library, the string library, random number generation, standard /O, and file Vo General Instructions Make sure to read the following instructions carefully and in their entirety before you start working on your code. This includes any links to external sites (e.g. Wikipedia, Tutorials Point, etc.) This homework is to be done individually. We will check your code to ensure that your submission is your own. You may use any C Standard Library function and/or code discussed in class or course materials In this assignment, you will write one (1) medium size C program. The program will be structured using a few required functions, i.e., you are required to organize your code into distinct logical units. The following set of instructions provide the specific requirements for the program. Make sure to test thoroughly before submitting. . . . Program 1: Customer Database 100 points 1. Implement a program to read and process customer records (data about an customer). Each customer record must be stored in a struct that contains the following fields Full_Name (all alphabetic, max of 40 characters long). Includes first, middle, and last name and is followed by a space. . Address. Entered by the user as four comma-separated values (max of 94 characters long) followed by a space. The address data must be stored as separate values, as follows Street address and number (max 55 chars) City name (max 32 chars) o o

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!