Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

create the functions using array and for loops Define a structure that represents Company. Each Company has three departments: IT, HR, and Management. As the

image text in transcribed
create the functions using array and for loops
Define a structure that represents Company. Each Company has three departments: IT, HR, and Management. As the number of workers varies from department to department, the departments are represented by a list that is capable of accommodating any number of workers. Each worker is, in turn, represented by a structure of four components: name, surname, date of birth, and job. The job information is standard' or it specifies the working departments ID and salary. (b)- Assume that a simple (one-way) linked list is already populated with a set of Companies, and a global pointer list points to the first node of the list. Write a program to answer the following queries: (1). Find the names of the all the Standard" workers. (2). Find all workers in specific Company. (3). Find all names with salary s, where 1000C-s

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual Basic Net Database Programming

Authors: Rod Stephens

1st Edition

0789726815, 978-0789726810

Students also viewed these Databases questions