Question: what the output in c++ void Example(int , int&, int&); void main() { int x = 1, y = 3, 2 = 9; Example(x, y,

what the output in c++
void Example(int , int&, int&); void main() { int x = 1, y = 3, 2 = 9; Example(x, y, z); *++; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
