Posted: November 26th, 2022

Unit 3 guided practice 3: passing variables by address | programming | ECPI University

You may pass variables to functions either by address or by value.  If you pass a variable by address, then both functions will see the changed value of the variable (if the value changes).  If you pass a variable by value, you’re really passing a copy of the variable, and the calling function will not see the changed value of the variable (if the called function changes its value).

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Of note in this example:

We pass a variable by prepending the variable name with an ampersand (&).

The receiving function (in this case, do_fun()), prepends the variable name with an asterisk (*). This tells the receiving function that it’s receiving the variable’s address, not a copy of the variable.  

Notice that the new value of the variable amt is visible in the do_fun() function and in main().

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

Here is the code:

And here is the output:

Now, you enter the code, and run it.  (No Flowchart this time).

Upload your .c file and a screen shot of your code output saved in a Word document including the path name directory at the top of the screen into the dropbox for grading. 

Expert paper writers are just a few clicks away

Place an order in 3 easy steps. Takes less than 5 mins.

Calculate the price of your order

You will get a personal manager and a discount.
We'll send you the first draft for approval by at
Total price:
$0.00
error: Content is protected !!
Open chat
1
Order through WhatsApp!
professionalsessays.com
Hello!
You Can Now Place your Order through WhatsApp
 

 

Order your essay today and save 30% with the discount code 2022DISCOUNT