1
2 RCS file: mdc.c,v
3 Working file: mdc.c
4 head: 1.5
5 branch:
6 locks: strict
7 access list:
8 symbolic names:
9 keyword substitution: kv
10 total revisions: 5; selected revisions: 5
11 description:
12 Creating the rcs file
13 first run
14 —————————-
15 revision 1.5
16 date: 2014/06/29 19:22:07; author: root; state: Exp; lines: +23 -5
17 Changes :
18 Implemented inMasterArray() function , to check if the element is already present in the array.
19 Added a new prototype inMasterArray(char, int) in the header.h.
20 Output:
21 as intended;
22 prints the master array with only the distinct characters stored in it.
23 —————————-
24 revision 1.4
25 date: 2014/06/28 19:33:11; author: root; state: Exp; lines: +3 -1
26 removed the problem of the preceding revision.
27 program executed as intended. (read contents from the file and copy all the contents to the master array).
28 —————————-
29 revision 1.3
30 date: 2014/06/28 19:29:55; author: root; state: Exp; lines: +38 -0
31 Created the master array.
32 Added all the characters of the file in the master array.
33 Problem : not printing the complete master array at the end, as intended.
34 —————————-
1,0-1 Top