I’ve implemented IPC using pipes.
I’ve completed compression and decompression of all bits.
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
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?
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 ……?
shell scripting upto if command………done
I’ve completed ftp, tftp, telnet, nfs server configurations.
getting transfer timed out error in tftp while using get and put commands