Question: It should be in C-language. Group Activity - Use pointers to create a dynamic array. - 30 min Write a program that prompts the user

It should be in C-language.

It should be in C-language. Group Activity - Use pointers to create

Group Activity - Use pointers to create a dynamic array. - 30 min Write a program that prompts the user to input a number indicating the number of elements in the array and then dynamically creates an array of that size filling it with random numbers and then printing the array (you can re-use your arrayPrint function) Remember to set your array size and indexes carefully so that you do not go out of the bounds of the array. Group Activity-Dynamic 2D arrays -45 min Extend your program from the previous step to take in two values from the user indicating the number of rows and columns in a 2D array. Dynamically allocate this 2D array and fill with random values Write a function findMax) that returns the largest value stored in this 2D array. You will need to decide what arguments findMax should take and what value it should return. Extend your program to, after printing the array,call findMax0 with the array you created and print the maximum value. Optional Activity - Dynamic arrays of strings 45 min Write a program that asks a user to type in names and then prints the shortest and longest name that were entered. Use dynamic arrays to allow the user to specify the number of names they want to enter

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!