R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the purpose of the `using` statement in C#?

  • (A) To include namespaces
  • (B) To close the program
  • (C) To declare a loop
  • (D) To skip execution

Explanation by: Ram Sharma
`using` is used to import namespaces in C# so that you can access their classes and members.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.