Unit 3 Guided Practice 3: Passing Variables By Address

 
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).
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().
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. 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our Guarantees

Money-back Guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism Guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision Policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy Policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation Guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more