This topic contains a solution. Click here to go to the answer

Author Question: Given the following function: void calc (int a, int& b){ int c; c = a + 2; a = a * 3; b = c + ... (Read 75 times)

itsmyluck

  • Hero Member
  • *****
  • Posts: 546
Given the following function:
void calc (int a, int& b)
{
   int c;
   c = a + 2;
   a = a * 3;
   b = c + a;
}
What is the output of the following code segment that invokes calc():
int x = 1;
int y = 2;
int z = 3;
calc(x, y);
cout << x << "  " << y << "  "  << z << endl;

1 14 9
2 3 4 5
1 2 3
3 6 3
1 6 3


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by itsmyluck on May 22, 2019

chem1s3

  • Sr. Member
  • ****
  • Posts: 320
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 64% of students answer this correctly




chem1s3

  • Sr. Member
  • ****
  • Posts: 320

 

Did you know?

The most common treatment options for addiction include psychotherapy, support groups, and individual counseling.

Did you know?

The Romans did not use numerals to indicate fractions but instead used words to indicate parts of a whole.

Did you know?

The U.S. Preventive Services Task Force recommends that all women age 65 years of age or older should be screened with bone densitometry.

Did you know?

About 3% of all pregnant women will give birth to twins, which is an increase in rate of nearly 60% since the early 1980s.

Did you know?

During the twentieth century, a variant of the metric system was used in Russia and France in which the base unit of mass was the tonne. Instead of kilograms, this system used millitonnes (mt).

For a complete list of videos, visit our video library