Note the code below and select the correct answer: #include main() { printf ("hello world"); }
Will not compile
Will compile without error or warning and run ok
Will compile without error or warning but not run
Will compile with warning but run ok