RCS file: matrix.c,v
Working file: matrix.c
head: 1.1
branch:
locks: strict
vishal: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
Print matrix using double pointer and function.
—————————-
revision 1.1 locked by: vishal;
date: 2015/02/07 16:45:36; author: vishal; state: Exp;
Initial revision
=============================================================================
RCS file: matrix.c,v
Working file: matrix.c
head: 1.5
branch:
locks: strict
vishal: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
Print matrix using double pointer and function.
—————————-
revision 1.5 locked by: vishal;
date: 2015/02/07 18:36:19; author: vishal; state: Exp; lines: +5 -2
Correct the for loop
—————————-
revision 1.4
date: 2015/02/07 18:12:45; author: vishal; state: Exp; lines: +5 -5
Update the arguments in the print function.
—————————-
revision 1.3
date: 2015/02/07 18:05:31; author: vishal; state: Exp; lines: +40 -20
Shift the memory allocation to the function.
Create a function to add the Two matrix using double pointer.
—————————-
revision 1.2
date: 2015/02/07 17:22:47; author: vishal; state: Exp; lines: +25 -7
Using double pointer to print the two matrix
—————————-
revision 1.1
date: 2015/02/07 16:45:36; author: vishal; state: Exp;
Initial revision
=============================================================================