All variable in c are by default not volatile. With help of modifier volatile which is keyword of c language you can make any variable as volatile variable. Properties of volatile variable: 1. A volatile variable can be changed by … Continue reading
RCS file: script,v Working file: script head: 1.34 branch: locks: strict akshat: 1.34 access list: symbolic names: keyword substitution: kv total revisions: 34; selected revisions: 34 description: Introduction to shell script. Shells are wrappers around os, shells can act as … Continue reading
RCS file: sender.c,v Working file: sender.c head: 1.7 branch: locks: strict akshat: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: MDC using IPC. In this project msg send to other process will be … Continue reading
RCS file: msg.c,v Working file: msg.c head: 1.19 branch: locks: strict akshat: 1.19 access list: symbolic names: keyword substitution: kv total revisions: 19; selected revisions: 19 description: IPC project. This projectb is client server based project using msg queues. Server … Continue reading
RCS file: sema.c,v Working file: sema.c head: 1.8 branch: locks: strict akshat: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: This is communication btw 3 clients and central server. all are sendings requests … Continue reading
RCS file: server.c,v Working file: server.c head: 1.10 branch: locks: strict akshat: 1.10 access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: IPC PROJECT Creating a server that stores information of employes. Table of employe … Continue reading
RCS file: ser.c,v Working file: ser.c head: 1.9 branch: locks: strict akshat: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9; selected revisions: 9 description: IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then … Continue reading
RCS file: ser.c,v Working file: ser.c head: 1.5 branch: locks: strict akshat: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then … Continue reading
RCS file: prog7.c,v Working file: prog7.c head: 1.7 branch: locks: strict akshat: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: Insertion sorting One element is taken and compared with other elements of sorted … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.20 branch: locks: strict akshat: 1.20 access list: symbolic names: keyword substitution: kv total revisions: 20; selected revisions: 20 description: IPC process basic. Working of fork. —————————- revision 1.20 locked by: akshat; date: … Continue reading
MDC MDC stands for MULTIPLE DATA COMPRESSION AND ENCRYPTION using Iterative techniques, It is the back-end process for every communication via internet. Whatsapp, Facebook, Viber and all the latest messangers have adapted this technique of encryption and decryption. Sometimes this … Continue reading
RCS file: ques1.c,v Working file: ques1.c head: 1.3 branch: locks: strict akshat: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: fibonaci using function calling. recursion concept. —————————- revision 1.3 locked by: akshat; date: … Continue reading
RCS file: mdc.c,v Working file: mdc.c head: 1.42 branch: locks: strict akshat: 1.42 access list: symbolic names: keyword substitution: kv total revisions: 42; selected revisions: 42 description: implementation of MULTIPLE DATA COMPRESSION AND ENCRYPTION USING ITERATIVE TECHNIQUES. Opening and reading … Continue reading
RCS file: prog.c,v Working file: prog.c head: 1.1 branch: locks: strict akshat: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: insertion in link list without functions. —————————- revision 1.1 locked by: akshat; date: … Continue reading
RCS file: prog1.c,v Working file: prog1.c head: 1.13 branch: locks: strict akshat: 1.13 access list: symbolic names: keyword substitution: kv total revisions: 13; selected revisions: 13 description: creating a linked list. with help of functions. —————————- revision 1.13 locked by: … Continue reading