Discussion Outline- Week 9
- General Questions
- Return the midterm - Answer any student questions on Midterm
- char and getchar()
- chars are stored like ints. ASCII values
- getchar() reads a character at a time from stdin
- care must be taken to get and then discard the newline character