Resources for lab activity

Sample Laboratory test problems

How to use Codeblocks

Example code to use for tracing your program

Link to an installer for CodeBlocks and other useful things

In-Class Resources

Lab03 Lab04 Lab05 Lab06 Lab07 Lab08 Lab09 Lab10 Lab11 Lab12

Laboratory Session Guides

L02-Standard I/O in C L03-Expressions in C
L04-Statements in C L05-Functions in C
L06-Modular programming L07-Pointers in C
L09-Strings in C L10-Structures,unions,enumerations
11-High level file processing L12-Recursion
CommandLineArgs.pdf


A C library reference C for Java programmers by Mark Meyer
C introduction C operators
C types C syntax forms
A short style guide for writing your programs.