EmbLogic's Blog

Author Archives: suresh.kumar

E8 – Today status: suresh kumar

I’m read the document of I.P.C . Implement the questions related to pipe, using with or without fork, Done the assignment of esstablish I.P.C between two process using a fork and exec . Successfully transfer the file discriptor using sprintf … Continue reading →

Posted in Uncategorized | Leave a comment

E-8 Project status

I have compelted MDC project for codelength 4. Earlier it was linear program ,now i modified it with seprate functions for master array, compression and decompression . In this program i read data first from a text file and made … Continue reading →

Posted in Uncategorized | Leave a comment

Project status:E8

Working on compression .  

Posted in Uncategorized | Leave a comment

E8- Project status

Sucessfully done master array using fileio and malloc. Also find the number of distinct charcater and code length . From :Suresh kumar

Posted in Uncategorized | 2 Comments

Problem in Assignment of structure:-Question no. 1

Why this shows error in this question?But it shows the result. 1   #include<stdio.h> 2  struct student 3 { 4         int id; 5         char *name; 6         float percentage; 7 }student1,student2,student3; 8 9               int main() 10            { 11             … Continue reading →

Posted in Uncategorized | Leave a comment

Problem in devlopment tool topic

What is meant by intermediate targets ? and how these are created before final target. What are list of prerequisties?

Posted in Uncategorized | Leave a comment

Assignment 1

Completed assignment 1, started second assignment  

Posted in Data Structures with C | 1 Comment

Problem in assignment 1

Q:-int main() { int  x=2,y,z; x*=y=z=4; printf(“%d”,x); x=y==z; printf(“%d”,x); x==(y=z) printf(“%d”,x) here what is the value of  x in last printf statement?

Posted in Uncategorized | 2 Comments

Assignment 1

Completed 18 question of assignment no. 1.

Posted in Uncategorized | Leave a comment

Project work:-I’m made master array

Posted in Uncategorized | Leave a comment