Attempt 10 C basic questions 

Question 1

What punctuation is used to signal the beginning and end of code blocks?

Question 2

What is the only function all C programs must contain?

Question 3

Which of the following is a correct comment?

Question 4

Which one is the correct variable type?

Question 5

Which one is the boolean operator for logical-and?

Question 6

Which of the following keyword used to transfer control from a function back to the calling function is

Question 7

Which of the following is the correct operator to compare two variables?

Question 8

Which of the following is a correct format identifier for int data type.

Question 9

Which of the following is a correct format identifier for character data type.

Question 10

Which of the following is a correct library / header file for "printf" function.