Skip to content

Commit

Permalink
Update barryclark#8
Browse files Browse the repository at this point in the history
  • Loading branch information
theponderingmage committed Apr 16, 2018
1 parent d6b6fbc commit 3947114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _posts/2018-04-16-Hello-C.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ We will discuss headers more in-depth as we become more familiar with C.

`<stdio.h>` *is the header responsible for **Standard Input and Output** within the program. It enables us to use the standard function* `printf()` *in our programs.*

C has many **headers** like `<stdio.h>`; each contain information about some functionality provided by the standard library.


0 comments on commit 3947114

Please sign in to comment.