Sunday 3 December 2017

C# Program to Print Hello World Without using WriteLine


Code:

using System;
class Program
{
    static void Main(string[] args)
    {
        if (System.Console.OpenStandardOutput().BeginWrite(new byte[] { 072, 101, 108, 108, 111, 032, 087, 111, 114, 108, 100, 0 },0, 12, null, null).AsyncWaitHandle.WaitOne()) 
        { 
        }
        if (System.Console.ReadKey().Modifiers == 0) 
        { 
        }
    }
}


Output:

Hello World


More C# Programs:


















100+ Best Home Decoration Ideas For Christmas Day 2019 To Make Home Beautiful

Best gifts for Christmas Day | Greeting cards for Christmas Day | Gift your children a new gift on Christmas day This Christmas d...