Lecture 1 Outline (September 25, 2015)
Reading
:
text
§1, 2
Greetings and felicitations!
About the class
About the book and online instruction
Prerequisite test
Logging in to CSIF
Quick overview of compiling
hello.c
What is
stdio
?
printf
The function
main
fahr1.c
program (
main
,
return
or
exit
for
main
)
declarations (
int
,
register int
)
body (
while
,
printf
)
You can also obtain a PDF version of this.
Version of September 24, 2015 at 11:03PM