UMBC CS 201, Fall 06
UMBC CMSC 201
Fall '06

CSEE | 201 | 201 F'06 | lectures | news | help

Structure of a Program

A simple C program should have a structure similar to this:
/* ... */

#include...

#define...

function prototypes

int main() { . . . }

other function definitions


CSEE | 201 | 201 F'06 | lectures | news | help

Tuesday, 22-Aug-2006 07:14:16 EDT