fork download
  1. void func(void){
  2. int i=0;
  3. {
  4. int j = 0
  5. }
  6. i = 3;
  7. // j = 3; // cannot access to j
  8. }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty