make p1 --- gcc -ansi -pedantic -Wall -g -lm -o p1 p1.c --- Done. ./p1 --- 1 2 2 4 3 1 --- Exit status = 0