void MyFunction() { int a = 10; printf ("%d",a); { int b = 5; printf ("%d",b); } }