EmbLogic's Blog

Author Archives: anil.jangra

IPC using pipes

I’ve implemented IPC using pipes.

Posted in Uncategorized | Tagged | Leave a comment

MDC complete

I’ve completed compression and decompression of all bits.

Posted in Uncategorized | Tagged | Leave a comment

error in realloc

The following code (a part of mdc project for creating master array) shows run time error for code length of more than 4 bits i.e realloc is working fine for 16 times but not more than 16 times. char ch, … Continue reading

Posted in Uncategorized | 2 Comments

Behaviour of printf function

int i=0; printf(“%d\t%d\t%d\t%d\t%d\t%d\t%d\n”,i++,++i,i++,++i,i,i++,i); What will be the output? And how?

Posted in Uncategorized | 2 Comments

Float storage

I don’t know how floats are stored. e.g. 1.216 how will it be stored? as 1.216e0 or 0.1216e1 or 0.0126e2 or 12.16e-1 ……?

Posted in Uncategorized | Leave a comment

Work Status

completed ssh, scp, sftp.

Posted in Uncategorized | Leave a comment

Work Status

configuring ftp server again.

Posted in Uncategorized | Leave a comment

Work Status

shell scripting upto if command………done

Posted in Uncategorized | Tagged , | Leave a comment

Project 00 work status

I’ve completed ftp, tftp, telnet, nfs server configurations.

Posted in Uncategorized | Tagged , | 2 Comments

transfer timed out in TFTP

getting transfer timed out error in tftp while using get and put commands

Posted in Uncategorized | Tagged | Leave a comment