EmbLogic's Blog

Author Archives: coolpriya2490

Linux Filesystem Hierarchy.

/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

Posted in Uncategorized | Leave a comment

ipc using pipes( with two requesting and processing client)

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

Posted in Uncategorized | Leave a comment

//program using wait statement.//

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

Posted in Uncategorized | Leave a comment

program of signal.

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

Posted in Uncategorized | Leave a comment

signals

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

Posted in Uncategorized | Leave a comment

program of implementation of stacks.

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

Posted in Uncategorized | Leave a comment

program of reversing link list.

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

Posted in Uncategorized | Leave a comment

program of reversing link list using three pointer.

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

Posted in Uncategorized | Leave a comment

functions and command line arguments.

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

Posted in Uncategorized | Leave a comment

Arrays

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

Posted in Uncategorized | Leave a comment

program to write contents in uppercase and write the contents in output file.

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

Posted in Uncategorized | Leave a comment

program to compare two text file.

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

Posted in Uncategorized | Leave a comment

this is the program to read the last n character from the file using fgetc,ftell.

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

Posted in Uncategorized | Leave a comment

program of string.

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

Posted in Uncategorized | Leave a comment

c program using array and pointer.

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

Posted in Uncategorized | Leave a comment