#include stdio.hint j=7;void main() { int i=2; { int i=8,j=3; printf("%d %d",i,j); } printf("%d %d",i,j); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login