View Code of Problem 1

1;alert(1)
/*
Main.c:1:1: error: expected identifier or '(' before numeric constant
 1;alert(1)
 ^
Main.c:1:9: error: expected declaration specifiers or '...' before numeric constant
 1;alert(1)
         ^
*/

Double click to view unformatted code.


Back to problem 1