Language: C++ Write a program which reads from the keyboard an integer n followed by n integer values which are to be stored in a dynamically allocated array a. Your program should define a function void subtract_max(...) for determining the maximum value in the array and subtract- ing this maximum from all elements of the array. You should also define a function called void deallocate(...) for releasing the memory which was allocated for the array. The main () function should allocate memory for the array, call the function, illustrate its effect by printing the values of the array and finally deallocate the memory occupied by the array by call- ing the second function from above. You can assume that the input will be valid.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section: Chapter Questions
Problem 12PP: (Data processing) The answers to a true-false test are as follows: T T F F T. Given a twodimensional...
icon
Related questions
Question

Please write with simple codes

Language: C++
Write a program which reads from the keyboard an integer n followed by n integer values which
are to be stored in a dynamically allocated array a. Your
void subtract_max(...) for determining the maximum value in the array and subtract-
ing this maximum from all elements of the array. You should also define a function called
void deallocate(...) for releasing the memory which was allocated for the array. The
main() function should allocate memory for the array, call the function, illustrate its effect by
printing the values of the array and finally deallocate the memory occupied by the array by call-
ing the second function from above.
You can assume that the input will be valid.
program
should define a function
Transcribed Image Text:Language: C++ Write a program which reads from the keyboard an integer n followed by n integer values which are to be stored in a dynamically allocated array a. Your void subtract_max(...) for determining the maximum value in the array and subtract- ing this maximum from all elements of the array. You should also define a function called void deallocate(...) for releasing the memory which was allocated for the array. The main() function should allocate memory for the array, call the function, illustrate its effect by printing the values of the array and finally deallocate the memory occupied by the array by call- ing the second function from above. You can assume that the input will be valid. program should define a function
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning