Contents tagged with Quiz
- 22Mar 2011
Where is the bug? - C#
Below are a few lines of code written in C#. Is the code bug-free? What will this print in the console? Can you do it without VS? static void AVeryCoolMethod(){ var numbers = new[] { 1, 2, 3, 4, …
Read More