Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 450 Bytes

File metadata and controls

12 lines (6 loc) · 450 Bytes

Functions-and-Pass-by-Data-Address-and-Reference

Passing information to and from functions.

Project Task:

(a) Iteratively develop a C/C++ program that allows a user to enter 3 resistor values and calculates and displays the series and parallel resistance.

(b) The program should include 3 separate functions that illustrate pass by data, pass by address and pass by reference.

(c) Debug, verify and validate the application.