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

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