Multiple choice

Which of the following is used to end a statement in C language?

  1. ,

  2. ;

  3. :

  4. .

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Semicolon is used to end statements in C language.