UMBC CS 201, Spring 03
UMBC CMSC 201 Spring '03 CSEE | 201 | 201 S'03 | lectures | news | help

Function Prototype

Examples of function prototypes

double sqrt ( double n ) ;
int FindMinimum (int n1, int n2);
void PrintInstructions (void);

General form

return-type Name ( arg1, arg2, ... argn ) ;

Void


CSEE | 201 | 201 S'03 | lectures | news | help

Wednesday, 22-Jan-2003 12:59:27 EST