Computer Science, asked by atshaya93, 10 months ago

output int x=20; int main ( ) { int x=14 ;x++; cout→→"\n local x= "cout →→ x;→→"\n global x="→→:: x;}

Answers

Answered by harshvardhansingh178
1

Output:  local x=15

global x=20

Similar questions