EmbLogic's Blog

Author Archives: ritesh.agrawal

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

Posted in Uncategorized | Leave a comment

ARTICLE

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

Posted in Uncategorized | Leave a comment

Sir, Kindly explain the difference between cpu stack and cpu register ?

Posted in Uncategorized | Tagged | Leave a comment

problem

#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…

Posted in Uncategorized | 4 Comments

Fifo

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

Posted in Uncategorized | Leave a comment

doubt

Pls explain me the representation of float and double in binary format(exponent and mentissa)..? Regards

Posted in Uncategorized | Leave a comment

c

finished assignment of pointers.. Regards

Posted in Uncategorized | Leave a comment

C..

Done with 6 assignments in c.. working on pointer and c++. Regards  

Posted in Uncategorized | Leave a comment

DEVICE DRIVER

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

Posted in Uncategorized | Leave a comment

BATCH 31- MDC & LINKLIST

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

Posted in Uncategorized | 4 Comments

2d array

Hello Sir / ma’am How to create 2d array using double pointer..?? Thanks & Regards

Posted in Uncategorized | Leave a comment

project 1 session 10

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

Posted in Uncategorized | Tagged | Leave a comment