"<< x << " " << y; what is the output of the following program? #include void Ahu (int &x, int &y, int z) X = 1; y = 2; 33; %3D %3D main () { int x = 113; int y = 22; int z = 33; Ahu ( x, z,y); cout << Z <<" "<< x << " " << y; %3D 11

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 15SA
icon
Related questions
Question
hu.edu.jo/mod/quiz/attempt.php?attempt-2431138&cmid=39357
English (en)
what is the output of the following program?
#include<iostream.h>
void Ahu (int &x, int &y, int z)
13B
2;
3;
main ()
int x = 11;
22;
int y =
int z = 333;
Ahu ( x, z,y);
<< y:
11
cout << z <<" "<< x << "
Transcribed Image Text:hu.edu.jo/mod/quiz/attempt.php?attempt-2431138&cmid=39357 English (en) what is the output of the following program? #include<iostream.h> void Ahu (int &x, int &y, int z) 13B 2; 3; main () int x = 11; 22; int y = int z = 333; Ahu ( x, z,y); << y: 11 cout << z <<" "<< x << "
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of pointer parameter
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning