Skip to content

Passing information to and from functions. Iteratively develop a C/C++ program that allows a user to enter 3 resistor values and calculates and displays the series and parallel resistance.

Notifications You must be signed in to change notification settings

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

Repository files navigation

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.

About

Passing information to and from functions. Iteratively develop a C/C++ program that allows a user to enter 3 resistor values and calculates and displays the series and parallel resistance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages