Here's a typical program assigned to thousands of computer science students each year. Although apparently correct, it contains a error lurking in this simple code.


#include <stdio.h>

void main()

{

    printf("Hello World\n");

}

Source code

Next Hint
Answer

Main gallery