Home for the Programmer, Webmaster and Bloggers

28 November 2018

How To Print Empty Space

Image result for c# image

You might have heard of string entity, it is simple as ABC to print empty Space in C#,
 just insert this code in your program '/0'
e.g

char a = '/0';
Console.WriteLine(a);

No comments:

Post a Comment