Question: What is the output of the following code? #include using namespace std; void fun() { static int i = 2; --i; cout
What is the output of the following code? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
