See the code below and select the correct answer: #include #include #include main() { clrscr(); int i; printf ("enter integer: "); scanf ("%d",&i); printf ("You have entered: %d ", i); getch(); return (0); }
Will not compile
Will compile with warning, and run
Will compile but not run
Will provide an output 1