1:send("hello");
2:recv(0,(char*) buf);
3:send("en");
---------------------------------------
Compiler warning: the code of line 3 will be optimized as dead code.