Contents tagged with Quiz

  • 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