Test #1

Sorry this test comes so early, but I have to see If you can understand what I am saying. If you cannot, in the comments say something like, I dont get it. Write this test down on a pice of paper.

Q1:

What is required in every C program?

Q2:

What does printf() do?

Q3:

What does return 0; mean?

Q4:

What is wrong with this program?

main() {

prinntf(¨Hello World¨);

}