What is the use of 'using' statement in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Explain the process of polymorphism with an example?

0 Answers  


What is winforms c#?

0 Answers  


interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 Answers  


What is class in oops with example in c#?

0 Answers  


What is datarelation c#?

0 Answers  


When can a derived class override a base class member?

0 Answers  


What is difference between class and interface in c#?

0 Answers  


Write a sample code to write the contents to text file in c#?

0 Answers  


How long does it take to learn c# programming?

0 Answers  


WHAT ARE Design Patterns USING IN DOTNET

3 Answers   HP,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What does .length do in c#?

0 Answers  


Categories