✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Write if the following code fragment doesn't compile or write if the code compiles but has undefined behavior when executed. Otherwise, write the exact text written to the standard output stream.
int x {10};
int & y {x};
y=20;
std::cout << x << ',' << y;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!