From the course: C Programming Basics: Flow Control, Variables, and Pointers

Unlock the full course today

Join today to access over 23,400 courses taught by industry experts.

Challenge: Add a puts() statement

Challenge: Add a puts() statement

(intriguing music) - [Instructor] Your challenge is to add another puts function to the existing source code in exercise file, 02-02_empty.c. Have that function output a line of text before line five. What the text says is up to you. Save your changes, build and run to view the results. This challenge should take you about three minutes to complete.

Contents