#define PORT 3000 int sock() { int valread; struct sockaddr_in serv_addr; const char* hello = "Hello from client"; char buffer[1024] = { 0 };