Use the following C++ program code to answer questions 5-7 1 include ciostream 2 using nanespace std; 4 int x, y; 5 void testproc(int a, int, int); 7 void main() 8( int w, 2; 10 11 w- 4; 12 13 y - x + 6; 14 zx- y; 15 testproc(w, y, z); cout ce w ce" "« x ce" "ce y ce « z

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Answer complete 6th question please
Use the following C++ program code to answer questions 5-7
1 sinclude ciostream
2 using namespace std;
4 int x, y;
5 void testproc(int &, int, int);
7 void main()
8 (
int w, z;
10
11
W - 4;
X - w;
y- x + 6;
ZEX-y;
testproc (w, y, z);
12
13
14
15
16
cout < w c<" "< x <<"
«z « endl;
17
return;
18 }
19
28 void testproc(int &p, int q, int r)
21 {
22
int z;
23
x - 4;
y = x+6;
z - x - y;
9 = r;
P-9 +r + z;
24
25
26
27
5. Tell which line numbers represent the following parts of the functions:
a. Which line is the heading definition for the function main?
b. Which line is the heading definition for the function testproc?
c. Which line represents the prototype declaration of the function testproc?
d. Which line represents the call to the function testproc?
e. In which line are the formal arguments for testproc defined?
f. In which line are the actual arguments for testproc defined?
6. Answer the following questions about the scope of the variables in the functions:
a. What are the global variables (if any) in this program?
b. What is/are the local variables in the main functions?
c. What is/are the local variable in the testproc function?
d. What are the formal arguments to testproc?
e. What are the actual arguments to testproc?
f. Which arguments are value arguments?
g. Which arguments are reference arguments?
7. What is the output of the program when it is run?
Transcribed Image Text:Use the following C++ program code to answer questions 5-7 1 sinclude ciostream 2 using namespace std; 4 int x, y; 5 void testproc(int &, int, int); 7 void main() 8 ( int w, z; 10 11 W - 4; X - w; y- x + 6; ZEX-y; testproc (w, y, z); 12 13 14 15 16 cout < w c<" "< x <<" «z « endl; 17 return; 18 } 19 28 void testproc(int &p, int q, int r) 21 { 22 int z; 23 x - 4; y = x+6; z - x - y; 9 = r; P-9 +r + z; 24 25 26 27 5. Tell which line numbers represent the following parts of the functions: a. Which line is the heading definition for the function main? b. Which line is the heading definition for the function testproc? c. Which line represents the prototype declaration of the function testproc? d. Which line represents the call to the function testproc? e. In which line are the formal arguments for testproc defined? f. In which line are the actual arguments for testproc defined? 6. Answer the following questions about the scope of the variables in the functions: a. What are the global variables (if any) in this program? b. What is/are the local variables in the main functions? c. What is/are the local variable in the testproc function? d. What are the formal arguments to testproc? e. What are the actual arguments to testproc? f. Which arguments are value arguments? g. Which arguments are reference arguments? 7. What is the output of the program when it is run?
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY