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

Tuesday, 20-Jan-2004 13:48:56 EST