What is the output for the following code snippet:..

Q

What is the output for the following code snippet:..

✍: Guest

A

What is the output for the following code snippet:

public class testClass
{
public static void Main(string[] args)
{
System.Console.WriteLine(args[1]);
}//end Main
}//end class testClass

* Compiler Error
* Runtime Error
* Hello C# world
* None of the above


Runtime Error

2014-08-25, 1541👍, 0💬