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

Sunday, 21-Aug-2005 09:53:44 EDT