HomeAcademicCourses → CS240


Programming in C (3 credits)

Description:

C programming for programmers already knowledgeable in some high-level language (e.g., having taken one semester of introductory programming in Pascal, Java, Smalltalk, Lisp, etc.). C is presented as both a general-purpose and machine-level language. Topics covered include representation of integer and character data, bitwise operations, masking, memory allocation methods, pointers, dynamic data structures, file I/O, separate compilation, program development tools and use of debuggers.

Pre-requisites:

CS110 or CS115L or permission of the department.

Co-requisites:

CS210.