Question: c++ code please solve What is the output of the following code: int main() { test10: test1(); return 0; } void test10 { static int
What is the output of the following code: int main() { test10: test1(); return 0; } void test10 { static int x=1; int y = 8; cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
