Python Python is a very simple language, and has a very straightforward syntax. It encourages programmers to program without prepared code. The simplest directive in Python is the “print” directive – it simply prints out a line and also includes … Continue reading
Client sever communication system using socket and multiple thread. Description: It is a multiple client server project based on TCP socket and threads. Through this infinite number of client can communicate with each other and share information through the server … Continue reading
#include<stdio.h> #include<string.h> void main() { char *p=”abcdef”; p = p + (strlen(p)-1); printf(“%c\n”,–*p–); printf(“%c\n”,–*–p); printf(“%c\n”,–*(p–)); printf(“%c\n”,–*(–p)); printf(“%c\n”,*p); } unable to solve the mentioned problem pls help…
Sir while creating multiple client server program using fifo although my code is working fine but if i m executing my code continuously some times all the requesting client are working without generating any kind of delay in writing, but … Continue reading
Pls explain me the representation of float and double in binary format(exponent and mentissa)..? Regards
Done with 6 assignments in c.. working on pointer and c++. Regards
Character Device Driver: In order to create a link between your device means your hardware either it is internal or externally attached and user application we need a set of rules which will define how your concerned device shall deal … Continue reading
Done with 4 bit compression and de-compression, link list and 3 bit compression. did try to rectify the issue in 3 bit de-compression by sending “/b” at last which has index no 4 in mastrarray, followed by EOF ,it is … Continue reading
Hello Sir / ma’am How to create 2d array using double pointer..?? Thanks & Regards
Hello sr, Got the desired output of file compression, my rlog file and the output are given below. output:- size=11 i=10 she laonr file: ./fileio1.c,v Working file: fileio1.c head: 1.15 branch: locks: strict access list: symbolic names: keyword substitution: kv … Continue reading