adspace
What is the difference between writeline and write in c#?
Answer Posted / Swadesh Deepak
"In C#, 'Console.WriteLine' is a method that writes output to the console and automatically adds a newline character (n), while 'Console.Write' writes output without adding a newline.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers