1
Reply

What is the purpose of using statement in C#?

    using keyword is used to include a namespace in the program. A program generally has multiple using statements.