Operating Systems Principles

C Language Notes



Last updated Sun. 3/16/2014
Back to 480 home page
Back to Reva Freedman's home page

Class lecture notes

C for C++ programmers (Dr. Ian Cooke, U. of Chicago)

C strings (Prof. Kurt McMahon, NIU)


Lectures on C topics

Part 9 Pointers, passing arguments by address

Part 10 Strings as char arrays, pointer arithmetic, standard string library functions, command line arguments

Part 11 Passing arrays, structs


String and pointer practice problems

String worksheet
Answers

Pointer worksheet 1
Answers

Pointer worksheet 2
Answers