Question: The output of the above code is: 8#include using namespace std; void twice(int& x); int main() int a = 20; twice(a) system(pause); return e void

The output of the above code is: 8#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
