1.

Select the output for given set of code: static void Main(string[] args) { string s1 = "Hello" + "c" + "Sharp"; Console.WriteLine(s1); Console.ReadLine(); }

A. Hello c Sharp
B. HellocSharp
C. Compile time error
D. Hello
Answer» B. HellocSharp


Discussion

No Comment Found