Why do I get a "cs5001: does not have an entry point defined" error when compiling?


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

Post New Answer

More C Sharp Interview Questions

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 is the relation between classes and objects?

0 Answers  


In which way a two-dimensional array declared in C#?

0 Answers   Siebel,


Explain dataadapter.update method in .net?

0 Answers  


What is lazy keyword in c#?

0 Answers  


What is yield c#?

0 Answers  


Explain briefly the difference between value type and reference type?

0 Answers   Accenture,


Can you declare struct members as protected?

0 Answers  


How?s the DLL Hell problem solved in .NET?

1 Answers   Visual Soft,


What?s the difference between an interface and abstract class?

4 Answers  


What?s an abstract clas?

5 Answers   Mind Tree,


Why do we need events in c#?

0 Answers  


Categories