Client - server system
Server code :
Int i= 42;
Write ( socket, &i ,4);
Client code
Int i;
Read(socket, &i ,4);
Print("%d\n",i);
Client and server both are int 32 bit
Answers
Answered by
39
What is your question right now ?
pallavighuge800:
Pick all apply :
Similar questions