Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program that does the following: 1. Declare a structure called Course with the following members: Name (string), instructorname(string), capacity(int), ID(long int). 2.

Write a C program that does the following:

1. Declare a structure called Course with the following members: Name (string), instructorname(string), capacity(int), ID(long int).

2. Ask the user to enter the information of 10 courses and save them in an array called COURSES.

3. Print the ID of the course(s) that has (have) name starts with letter C.

4. Write a function called AverageCapacity that takes the array COURSES as an argument and returns the average capacity for all courses.

5. In the main, call the function AverageCapacity and print the result.

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

Databases And Python Programming MySQL MongoDB OOP And Tkinter

Authors: R. PANNEERSELVAM

1st Edition

9357011331, 978-9357011334

More Books

Students also viewed these Databases questions

Question

12.6 Analyze the emerging emphasis on employee recognition.

Answered: 1 week ago