
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
please write in C

Transcribed Image Text:B. struct type (1 hour and 30 minutes)
Implement the following C program.
1. The program reads a text file that has the following structure. The first row includes the number
of following rows in the file. Then, every line of the text file includes the following information:
first name (string) last name (string) zip code (integer) age (integer) GPA (float). Write a C function
that reads the input file and stores the information for each person in a dynamically created array
of struct elements.
2. Write a C function that displays the content of the array storing the input file.
3. Write a C function that orders the array in the decreasing order of the person's GPA.
4. Write a C function that orders the array in alphabetic order of the person's last name.
5. Write a C function that reads a zip code from the keyboard and then displays all the persons with
this zipcode.
6. Write a main program that repeatedly reads and implements the following commands: D for the
function at step 2; 0 for the function at step 3; A for the function at step 4; Z for the function at
step 5.
7. Submit the C code for the exercise.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 2 images

Knowledge Booster
Similar questions
- c++ Language I need help with question #6 part c please. **WITHOUT "DP" please. I keep getting dp in the answers from you guys and it's very confusing and i can't use that please. Don't use "DP" please and thank you so much. I asked this question 3 times but i keep getting programs im not able to run. Please make it as simple as possible for me thank you so so much. I did a and b already, i just need with c using dynamic programming. Please and thanks!arrow_forwardWhich of the following is a standard C++ data type Char All Float Intarrow_forwardC program to check whether a number is cute number or not using functionarrow_forward
- I need help making some C++ code. It needs to ask the user to enter their monthly cost for their rent or mortgage payment, phones, internet, cable, and utility bills. Then I need it to display the monthly cost of these expenses and the annual cost.arrow_forwardAnswer must be in C++ You have been hired by a coffee shop to write a program to validate employee's login passwords. You must ensure that the password meets certain criteria, as follows: The password must be at least five (5) characters long The password must contain at least one uppercase and at least one lowercase letter The password must contain at least one digit The password must contain at least one of the following ten characters: ? # % & ! @ { } ^ \ Write the program to allow the user to enter a potential password in the main program, then passes this value (in an array) into a function that will verify that it meets the stated criteria. For each criteria that it does not meet, a message MUST be displayed. For example, if the user enters "qry2" then three messages should display, first that it is not five characters long, second that it does not contain an uppercase letter and third that it does not contain one of the special ten cahracters. It does contain a…arrow_forwardc++ code clear and understandable pleasearrow_forward
- With the aid of c++, write a program that asks the user to enter a number.The program then asks the user to enter the number of permutations needed to calculate the lexicographic arrangement of the entered number.Finally the program calculates the lexicographic order of the number entered based on the number of permutations chosen.arrow_forwardC++arrow_forwardCan you please advise me as to how you would structure the code? Regardsarrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY