Question: 2. Write a C program which Asks an integer from the user Creates an array using dynamic memory allocation of the size of the integer
2. Write a C program which Asks an integer from the user Creates an array using dynamic memory allocation of the size of the integer (if the user inputs 5,5 memory locations should be allocated) Assign the values starting from 1 and increasing by 1 in the array. (values stored in the memory locations would be (1,2,3,4,5), if the user had input 5) Add up all the values to find out the sum of the values stored. Free up the memory location using free()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
