What is difference between write and writeline in c#?


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

Post New Answer

More C Sharp Interview Questions

What are the different states of a thread?

0 Answers  


What is a dimensional array?

0 Answers  


What does question mark mean in c#?

0 Answers  


What is the difference between func and action delegate?

0 Answers  


Explain the 3 types of properties in c# with an example?

0 Answers  






what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Explain the difference between a namespace and assembly name in .net?

0 Answers  


Explain static class members.

0 Answers  


What namespaces are necessary to create a localized application?

2 Answers   Rolta, Siebel Systems, Visual Soft,


Can you use all access modifiers for all types?

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,


How many aware interfaces are there?

0 Answers  


Categories