RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: All the required header files are included here some important are stdio.h unistd.h … Continue reading
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: All the required header files are included … Continue reading
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: All the required header files are included … Continue reading
Branching and Merging Git is far more better Source Control Management Tool (SCM) than any others like RCS. And it’s very simple to use. Allows you to show your code to the world and get reviews from experts. Git allows … Continue reading
Kernel creates and manages virtual memory using the space on the hard disk called as swap space. Kernel swaps the contents of virtual memory locations back and forth to the physical memory, this makes the system think that there is more … Continue reading
RCS file: mdc.c,v Working file: mdc.c head: 1.6 branch: locks: strict ravi: 1.6 access list: symbolic names: keyword substitution: kv total revisions: 6; selected revisions: 6 description: Unique Master Array is being created using functions and pointers countred the codelength … Continue reading
RCS file: mdc.c,v Working file: mdc.c head: 1.5 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: Unique Master Array is being created using functions and pointers countred the codelength of the … Continue reading
Learnt to use GDB debugger and source code control commands – RCS. Also we got to know that how to include an externally defined function into the main file