Question: Arrays, Pointers and Functions: a. Write a C program to find the minimum, maximum and average in an array ofintegers. b. Write a function

Arrays, Pointers and Functions: a. Write a C program to find the

Arrays, Pointers and Functions: a. Write a C program to find the minimum, maximum and average in an array ofintegers. b. Write a function to compute mean, variance, Standard Deviation, sorting of nelements in a single dimension array. c. Write a C program that uses functions to perform the following: i) Addition of Two Matrices ii) Multiplication of Two Matrices iii) Transpose of a matrix with memory dynamically allocated for the newmatrix as row and column counts may not be the same. d. Write C programs that use both recursive and non-recursive functions i) To find the factorial of a given integer ii) To find the GCD (greatest commondivisor) of two given integers iii) To find x^n e. Write a program for reading elements using a pointer into an array and displaythe values using the array. f. Write a program for display values reverse order from an array using a pointer. g. Write a program through a pointer variable to sum of n elements from an array.

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 Mechanical Engineering Questions!