Computer Science, asked by pallavighuge800, 10 months ago

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 AbdulNaserShaikh
39

What is your question right now ?


pallavighuge800: Pick all apply :
pallavighuge800: 1. The client is guaranteed to print 42
pallavighuge800: 2 the client will print 42 only like that
Similar questions