consider the following C code int main() { printf("Hello world"); } Will this code compile?

  1. Sure , Why not?

  2. No This will not compile , Since the header file stdio.h is not included

  3. The code will compile but will fail to link.

  4. I dont Know :)


Correct Option: A

Find more quizzes: