/Unix_Network_Programming_codes

Network Programming involves writing programs that communicate with other programs across a computer network.

Primary LanguageC

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"

  1. Open a terminal
  2. Use gcc for compile the file and make an executable (gcc file.c -o executable)
  3. Now you can open the executable file since shell (just go to the folder and execute ./executable