Question: c++ please explain and solve Dynamic Memory Allocation Q1. Create a dynamic Array of size n (number of students). Get n numbers as input from
c++ please explain and solve
Dynamic Memory Allocation Q1. Create a dynamic Array of size n (number of students). Get n numbers as input from the user. Create a dynamic array of size 'n'. Input all students' grades. Find the Highest and Lowest grade. Make sure to delete the dynamic array at the end of the program. Sample Run Enter no of Student :5 The Grades 41 18 52 97 62 Highest: 97 Lowest : 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
