What is difference between ienumerable and ienumerator in c#?


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

Post New Answer

More C Sharp Interview Questions

What is difference between array and collection in c#?

0 Answers  


What are the fundamental principles of oo programming?

0 Answers  


Is c# good for beginners?

0 Answers  


What is the difference between arraylist and list in c#?

0 Answers  


1) how to delete duplicate records from table in sql server 2005 2) what is run time polymorphism

4 Answers   HCL, IBM, L&T,






what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What are some of the commonly used commands in sqlcommand?

0 Answers  


Explain the term inheritance in C#.

0 Answers   Deloitte, JPMorgan Chase,


Define c# and list the features.

0 Answers  


Does C# support multiple inheritance?

5 Answers  


What are lambda expressions used for?

1 Answers  


How do I create a new form in c#?

0 Answers  


Categories