What is a console?


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

Post New Answer

More C Sharp Interview Questions

class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


Give an example of a ctype.

0 Answers  


What are the delegates in c#?

0 Answers  


Why singleton pattern is used in c#?

0 Answers  


What is the execution entry point for a c# console application?

0 Answers  






Is int a class in c#?

0 Answers  


7. C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

2 Answers  


How do you implement multiple inheritance in .NET?

10 Answers   Microsoft,


What is the difference between a private assembly and a shared assembly?

0 Answers  


What is the use of the dispose method in C# ?

0 Answers   Infosys,


How do you concatenate in c#?

0 Answers  


Can we assign null value to integer?

0 Answers  


Categories