skip to main
|
skip to sidebar
Play with C#
Friday, January 11, 2008
Quiz of the day
Identify the C# 2.0 features used in the following code.
class Program
{
static void Main(string[] args)
{
List
ls=new List
(new string[]{"anoop","suresh","rajesh","sachin" });
ls.ForEach(delegate(string s)
{
Console.WriteLine(s);
}
);
Console.ReadLine();
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Think Positive!!!!
Blog Archive
▼
2008
(6)
▼
January
(6)
Write a small application in C#, to output the cla...
Brain Twister for the day
Quiz of the day
Quiz of the day
Quiz of the day
Quiz of the day
About Me
Suresh
Software Engineer!!
View my complete profile
No comments:
Post a Comment