Cse 1203 CT1
Cse 1203 CT1
c) Write a program to multiply two matrix. Note that number of row and column must 4
be specified by the user as input, which implies validation checking of possibility of
multiplication.
i. *(*(matrix + 0))
ii. *(*(matrix + 0) + 0)
iii. *(*matrix + 1)
iv. *(*(matrix + 0) + 1)
c) Replace the dots with appropriate syntax of the following code segment for dynamic 4
memory allocation of a 2D pointer.