Running a C program in Ubuntu Linux

  1. write and save file with a .c suffix
    1. lets call it prog1.c
  2. compile the program 
    1. gcc -o prog1 prog1.c
  3. execute the program
    1. ./prog1

Comments

Popular posts from this blog

Intro to OpenFlow Tutorial with Ryu Controller

Snap Assists on Ubuntu 16