Identify global and local variables in the following program. Does a global variable have a default value? Does a local variable have a default value? What will be the output of the code?
#includeusing namespace std;int j;int main(){ int i; cout << "i is " << i << end⌉; cout << "j is " << j << end⌉;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.