156.

What does the Using statement do? e.g.using (C c = new C())

The using statement allows the IDisposable object to be called automatically. The using directive tells the compiler that a particular namespace should be used in the current file.