Arrays An array is a sequence of data items that are of the same type, that can be indexed, and that are stored contiguously. Typically, an array is called a data structure used to represent a large number of homogeneous values. The elements of an array are accessed by the use of subscripts. Subscripts start from zero and runs until less than the size of the array. Arrays of all types are possible, including multi-dimensional arrays. Strings are just arrays of characters terminated by a special character called the null character. A typical array declaration allocates memory starting from a base address. The array name is in effect a constant pointer to this memory address. a) Write a complete C program that demonstrates usage of a one-dimensional array of integers. The program should declare an array of a specific size first, and then should ask user to specify values to be stored to the array. The program should finally display all values from the array to the screen for checking if the values are correctly stored or not. v Check if the size specified by the user is acceptable?! V Develop a user-defined function for inputting integer values to the array. V Develop a user-defined function for outputting values from the array to the screen. V Show the usage of functions by rewriting the part (a). b) Improve the program written in part (a) to calculate the summation and average of all values entered by the user. V Develop a user-defined function for calculating the summation of the values. V Develop a user-defined function for calculating the average of the values. V Show the usage of functions by rewriting the part (b). c) Continue to improve the program updated in part (b) to calculate the minimum and maximum item of the values entered. V Develop a user-defined function for calculating the minimum of the values. V Develop a user-defined function for calculating the maximum of the values. V Show the usage of functions by rewriting the part (c).

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
Arrays
An array is a sequence of data items that are of the same type, that can be indexed, and that are stored contiguously. Typically,
an array is called a data structure used to represent a large number of homogeneous values. The elements of an array are accessed
by the use of subscripts. Subscripts start from zero and runs until less than the size of the array. Arrays of all types are possible,
including multi-dimensional arrays. Strings are just arrays of characters terminated by a special character called the null character.
A typical array declaration allocates memory starting from a base address. The array name is in effect a constant pointer to this
memory address.
a) Write a complete C program that demonstrates usage of a one-dimensional array of integers. The program should declare
an array of a specific size first, and then should ask user to specify values to be stored to the array. The program should
finally display all values from the array to the screen for checking if the values are correctly stored or not.
v Check if the size specified by the user is acceptable?!
V Develop a user-defined function for inputting integer values to the array.
V Develop a user-defined function for outputting values from the array to the screen.
V Show the usage of functions by rewriting the part (a).
b) Improve the program written in part (a) to calculate the summation and average of all values entered by the user.
V Develop a user-defined function for calculating the summation of the values.
V Develop a user-defined function for calculating the average of the values.
V Show the usage of functions by rewriting the part (b).
c) Continue to improve the program updated in part (b) to calculate the minimum and maximum item of the values entered.
V Develop a user-defined function for calculating the minimum of the values.
V Develop a user-defined function for calculating the maximum of the values.
V Show the usage of functions by rewriting the part (c).
Transcribed Image Text:Arrays An array is a sequence of data items that are of the same type, that can be indexed, and that are stored contiguously. Typically, an array is called a data structure used to represent a large number of homogeneous values. The elements of an array are accessed by the use of subscripts. Subscripts start from zero and runs until less than the size of the array. Arrays of all types are possible, including multi-dimensional arrays. Strings are just arrays of characters terminated by a special character called the null character. A typical array declaration allocates memory starting from a base address. The array name is in effect a constant pointer to this memory address. a) Write a complete C program that demonstrates usage of a one-dimensional array of integers. The program should declare an array of a specific size first, and then should ask user to specify values to be stored to the array. The program should finally display all values from the array to the screen for checking if the values are correctly stored or not. v Check if the size specified by the user is acceptable?! V Develop a user-defined function for inputting integer values to the array. V Develop a user-defined function for outputting values from the array to the screen. V Show the usage of functions by rewriting the part (a). b) Improve the program written in part (a) to calculate the summation and average of all values entered by the user. V Develop a user-defined function for calculating the summation of the values. V Develop a user-defined function for calculating the average of the values. V Show the usage of functions by rewriting the part (b). c) Continue to improve the program updated in part (b) to calculate the minimum and maximum item of the values entered. V Develop a user-defined function for calculating the minimum of the values. V Develop a user-defined function for calculating the maximum of the values. V Show the usage of functions by rewriting the part (c).
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
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 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)
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
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY