Discuss the following features of the sample program from lectures:
// Author: Hayden Smith (hsmith@unsw.edu.au)
// Date created: February 2019
// My first C program
#include <stdio.h>
int main (void) {
printf ("COMP1911 is my favourite computing course!\n");
return 0;
}
\n
face0.c, that behaves as follows:
./face0 ~ ~ 0 0 o -How would you compile this program? How could we modify it to make a program,
face1.c, look like this instead?
./face1 ~ ~ 0 0 o \_/