Write a program in C Language which fulfills the following criteria a. Declare 3D array named “array3d" with the dimension of 2 x 3 x 4 b. Assign random numbers to array3d by using the function...


Write a program in C Language which fulfills the following<br>criteria<br>a. Declare 3D array named “array3d

Extracted text: Write a program in C Language which fulfills the following criteria a. Declare 3D array named “array3d" with the dimension of 2 x 3 x 4 b. Assign random numbers to array3d by using the function rand(). The range of random number must be between 0 to 99. c. Copy all the contents of “array3d" to new matrix called array3d_new by using the addresses of memory location. Keep in mind that you have only the initial or starting address of mattrix array3d. You need to show and print that address. Perfom the task by calling functions. d. In "array3d" there are 4 copies of 2 x 3 matrix, add the respective elements of the first two matrix in a new matrix called sum2d_a (the dimension of this newly created matrix is 2 x 3). Perform the same task for the remaining two matrixes and store the result in sum2d_b. Now create the new matrix namely sum2d containg both copies of sum2d_a and sum2d_b with the matrix size of 2 x 3 x 2. You need to perform all these tasks using FUNCTIONS. e. Write a function to find the largest number from array3d_new f. What is the standard deviation for the matrix array3d_new END OF Lab Sessional II-

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here