EmbLogic's Blog

C assignment status

completed first 6 assignments.
Currently working on function’s 4th question…….

Posted in Uncategorized | Leave a comment

C Test paper1

Completed C test paper 1…….
But stuck in 4 and 15 question….

Posted in Uncategorized | Leave a comment

Jatinder Kumar

done C test paper 2nd and 7th …
by doing this learn more new thing….

Posted in Uncategorized | Leave a comment

THREADS & SOCKETS

successfully implement project of IPC using threads for three requesting client.
also creat socket using UDP/IP & TCP/IP protocols.

Posted in Uncategorized | Leave a comment

PROJECT IPC

Successfully implemented IPC using pipe ,fifo ,msg queue, shared memory.
Also apply semaphores in fifo and shared memory in which I take all the request from a common fifo then pass back the results from different fifo’s.
Working with 100 clients.

Posted in Uncategorized | Leave a comment

c: JATINDER KUMAR

#include

static unsigned char h[5] = {1,2,3,4,5};

int main()
{
struct ad
{
unsigned short a;
unsigned short b;
};
struct ad *it;

it = (struct ad *)h;

printf(“%d “,it->a);
printf(“%d “,it->b);
}
what will be the output and whyu????

Posted in Uncategorized | 4 Comments

C Assignment Status

Completed first 6 assignments, presently working on functions

Posted in Uncategorized | Leave a comment

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 at other instance they are  giving rise to delay of few ms before they begin..?? architecture of my code. Using 1 fifo with semaphore on the requesting side , and to serve them i m creating individual fifo based on the condition of arithmetic operator . how to resolve this issue..??

Regards

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 assignments status

Done more 10 questions ……….Total questions done is 66 now…..

Still waiting for the suggesions on below question –
“write a program to printa cycle of cosine, sine wave”….

Kindly advice what to do in this??

Posted in Uncategorized | Leave a comment

c..

Done successfully 4 assignments in C. Working 5th assignment and c++.

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

C ASSIGNMENT :jatinder kumar

did higl level file i/o assignment

Posted in Uncategorized | Leave a comment

C- assignment status

completed 4 ‘C’ assignments…

Posted in Uncategorized | Leave a comment