Lecture 9-Parameter Passing and Void Functions

Share:

Listens: 0

Introduction to C++ Programming - Winter 2010

Education


In this lecture, we mainly discuss function parameter passing modes, namely, the differences between call-by-value and call-by-reference. We then go on to discuss void functions and using arrays as arguments to functions.