Unix_Network_Programming_codes
Network Programming involves writing programs that communicate with other programs across a computer network.
For example: We have an file called "file.c"
- Open a terminal
- Use gcc for compile the file and make an executable (gcc file.c -o executable)
- Now you can open the executable file since shell (just go to the folder and execute ./executable