You are on page 1of 2

E3 Time: 55 minutes

Graded Task 5:
Write a program that creates A threads to divide A x B matrix with B x C matrix to form
resultant matrix. The program is passed values of A, B and C through command line arguments.
The program then initializes the values of matrices using the rand() function.

Page 1 of 3
E3 Time: 55 minutes

Page 2 of 3

You might also like