Why do I get a syntax error when trying to declare a variable called checked?


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

Post New Answer

More C Sharp Interview Questions

What?s an interface class?

4 Answers  


How do you determine whether a string represents a numeric value?

0 Answers  


Where is the output of TextWriterTraceListener redirected?

1 Answers   Rolta, Siebel Systems,


What is delegates & multicast delegate?

2 Answers   Cognizant,


Is c# easier than c++?

0 Answers  






If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


Explanation on Generic?

0 Answers   QuestPond,


Why do we need escape characters?

0 Answers  


How do you escape in c#?

0 Answers  


Define multicast c# delegate?

0 Answers  


Can a constructor be private in c#?

0 Answers  


What is the difference between ref & out parameters in c#?

0 Answers  


Categories