First of all thanks for this wonderful Programmers Community.
Recently i started to learn Socket Programming. i have some doubts, hope u ppl will clarif them.
i am trying to code a C program for sending a struct over TCP Socket in Linux!
The code is as follows:
Code:
/* ** sravan_server.c - a stream socket (TCP) server Program */ #include <stdio.h>