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