Pointers Pointers are just variables like any other variables we declare, the only difference is that, the so called normal variables store some sort of data like an integer,a character,a floating point number, on the other hand a pointer stores … Continue reading
RCS file: header.h,v Working file: header.h head: 1.10 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: This is the base module. —————————- revision 1.10 date: 2013/10/31 07:36:18; author: Emblogic; state: Exp; … Continue reading
RCS file: header.h,v Working file: header.h head: 1.11 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 11; selected revisions: 11 description: This is the header for the base module. —————————- revision 1.11 date: 2013/10/21 10:35:24; author: … Continue reading
Open source operating system
Inter Process Communication based Project. Please send your queries here Continue reading
In computer science and information theory, data compression, source coding,[1] or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either be lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical … Continue reading
Discussions and Queries are invited for this project 1 Continue reading
pid_t fork(void); fork() creates a new process by duplicating the calling process. The new process, referred to as the child, is an exact duplicate of the calling process, referred to as the parent, except for the following points: The child … Continue reading
Multiple Data Compression and Encryption Continue reading