What is the purpose of anonymous { } blocks in C style languages?

It limits the scope of variables to the block inside the { }.

Leave a Comment