Hello World 2 Programming Dr. Ahmed Al Zaidy Posted on March 18, 2015November 9, 2018 Hello World 2 Programming, using UNIX/Linux 1- type into the shell [cpp] vi chapter1_2.c [/cpp] copy the text below [cpp] #include<stdio.h> int […] View Article