What is console write in c#?



What is console write in c#?..

Answer / Abhishek Patel

The Console.Write() method in C# writes the results to the standard output stream without advancing to a new line.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What happens when thread sleep () method is called?

1 Answers  


Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?

1 Answers   Siebel,


Can we create multiple constructors?

1 Answers  


what is difference between destruct or and garbage collection ?

1 Answers   Wipro,


how to communicate inventory system and account system?

1 Answers  


What is console programming language?

1 Answers  


What is delegates in c# and uses of delegates?

1 Answers  


Why do we use dictionary in c#?

1 Answers  


What is difference between private and protected in c#?

1 Answers  


How to make a class not inheritable other than sealed?

3 Answers  


How string definitions will prevent escaping on backslashes in C#?

1 Answers   Siebel,


Why do we use polymorphism in c#?

1 Answers  


Categories