1/24/00
COM1100 Winter2000 Lecture 7
13
Reference parameter
nC++ syntax
ndata-type& reference-name
nExample
nfloat& num1
nDeclare that num1 is a reference parameters that will be used to store the address of a float