; semicolon

Used at the end of a statement to tell the computer when to execute an instruction.

Example

int a = 13;

Reference Home