Lecture 11 Outline (October 19, 2015)
Reading
:
text
§7.1–7.5
Greetings and felicitations!
Typo in question 4 of homework 2; 7.5–7.5 should be 7.5–7.6
Handout that might help you with Gradebot for this assignment
One more item about scope
static
local variable declaration (
charcount.c
)
C arrays and strings
String representation: array of chars terminated by NUL (ASCII ‘\0’)
Types of characters; include file
ctype.h
(
wctype.c
)
Enumerated types (
wctype2.c
)
Sequential access (
wctype.c
,
wctype2.c
)
Arrays as parameters, arguments to functions
Examples:
printfile1.c
,
printfile2.c
You can also obtain a PDF version of this.
Version of October 18, 2015 at 2:40PM