int a = 0; {   printf("a = %i\n", a);   a++;   int b = 0; } // printf("b = %i\n", b); //b out of scope