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

Thursday, 17-Jan-2002 13:51:57 EST