What is the purpose of using statement in C#?
Bhuvanesh Mohankumar
using keyword is used to include a namespace in the program. A program generally has multiple using statements.