Suvendi rimer april due date april pma create new document word called cpractical
REVISION HISTORY
Due Date: 15 April 2021 @ 11:59 pm
perform the following functionality:
c) Create and save a new C program called addtwo.c
1 | This document may not be used or reproduced without permission from the University of Johannesburg |
---|
e) Depending on the matrix size input, prompt the user for the column values for each row in the
first and second matrix and store these values in multi-dimensional arrays of the correct data
h) Copy and paste the code in the Word document: CPractical2. Save
Matrix A
9 | 8 |
|
---|---|---|
6 | 5 |
|
3 | 2 |
10 10 10
Question 2: Command line, Functions and Recursion [18]
2.Correct type definition for recursive function. [1]
3.Correct type definition for main function to process input arguments. [2]
3 | This document may not be used or reproduced without permission from the University of Johannesburg |
---|