void fn( void )
{

   {
      char a;
      // your code here
   }
   
   // your code here

   {
      char b;
      // your code here
   }

}