Note the following code and then select the correct answer: #include main() { int i; printf ("enter integer: "); scanf ("%d",&i); printf ("You have entered: %f ", i); return (0); }
Will not compile
Will compile with warnings, but run
Will compile without warning, but not run
Will give an output of 1