UMBC CS 201, Fall 02
UMBC CMSC 201 Fall '02 CSEE | 201 | 201 F'02 | 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'02 | lectures | news | help

Friday, 23-Aug-2002 11:04:53 EDT