/bin: it usually contains the shells like bash, csh, etc…. and commonly used commands like cp, mv, rm, cat, ls. For this reason and in contrast to /usr/bin, the binaries in this directory are considered to be essential. The reason … Continue reading
RCS file: req.c,v Working file: req.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is the requesting program in which i am adding two value. the value sent … Continue reading
RCS file: ipc1.c,v Working file: ipc1.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is program in which i have created child using fork and printed the pid … Continue reading
RCS file: signal1.c,v Working file: signal1.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is simple program of signal in which i have used SIGINT and SIG_DLF. —————————- … Continue reading
RCS file: signal.c,v Working file: signal.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: This of program of signal to find signal and use of SIGINT. —————————- revision 1.1 … Continue reading
RCS file: fun.c,v Working file: fun.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is the program of implementation of stacks using pointer. —————————- revision 1.1 date: 2014/03/29 … Continue reading
rlog: RCS/vim,v: No such file or directory RCS file: llrev.c,v Working file: llrev.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is the program of reversing link list … Continue reading
rlog: RCS/vim,v: No such file or directory RCS file: llrev.c,v Working file: llrev.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: this is the program of structure in which … Continue reading
Functions : Functions are easy to use; they allow complicated programs to be parcelled up into small blocks, each of which is easier to write, read, and maintain. We have already encountered the function main and made use of I/O … Continue reading
An array is a collection of data items, all of the same type, accessed using a common name. A one-dimensional array is like a list; A two dimensional array is like a table; The C language places no limits on … Continue reading
initial revision: 1.1 done [root@emblogic priya]# rlog vim string4.c rlog: RCS/vim,v: No such file or directory RCS file: string4.c,v Working file: string4.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 … Continue reading
RCS file: string3.c,v Working file: string3.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is the program to compare two text file. —————————- revision 1.1 date: 2014/03/20 03:39:17; … Continue reading
head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2014.03.20.02.57.15; author root; state Exp; branches; next ; desc @this is the program in which i have first opened the file. after opening the file , i have … Continue reading
head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2014.03.20.02.00.48; author root; state Exp; branches; next ; desc @this is the program to copy contents of one file into another using fputc. @ 1.1 log @Initial revision … Continue reading
elements using pointer. >> . initial revision: 1.1 done [root@localhost priya]# rlog avgptr.c,v RCS file: avgptr.c,v Working file: avgptr.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is … Continue reading