Instructions
You will write a flowchart, and C code for a program that does the following:
Call three functions from main(). The functions are named first(),  second(), and third(). Each function prints out its name (“first,”  “second,” “third.”). After all three functions are called, the main()  function should print “End of program.”
Here is what the program looks like.

Submission Instructions
Upload your Flowgorithm file, your .c file, and a screenshot of your code output saved in a Word document