What is use of console?


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

Post New Answer

More C Sharp Interview Questions

What does the keyword “virtual” declare for a method or property?

0 Answers   Siebel,


Why singleton class is sealed?

0 Answers  


What are data types examples?

0 Answers  


Is it possible to have a static indexer in c#? Allowed in c#.

0 Answers  


What is an ienumerable in c#?

0 Answers  






What are constants in c#?

0 Answers  


Are c# generics the same as c++ templates?

0 Answers  


class Program { void add() { int x=10, y=20; fun(); Console.WriteLine("{0}", sum); } void fun() { int sum; sum = x + y; } static void Main(string[] args) { Program f =new Program(); f.add(); } } Debug above program.....

3 Answers   HCL,


Can you have more than one namespace in c#?

0 Answers  


What is short in c#?

0 Answers  


How do you ensure the assembly created in c# is interoperable with vb.net?

4 Answers   IBM,


Does c# support parameterized properties?

0 Answers  


Categories