1. Curly bracket, { }
- It groups statements into a meaningful and manage-able way.
2. Square bracket, [ ]
- It used to initialize a set of elements or items.
3. Round bracket, ( )
- It is used to indicate one or more arguments for a function.
4. Angle quotation, < >
- It is used to indicate a template for a data type.
5. Single quotation, ' '
- It is used to indicate a character.
6. Double quotation, " "
- It is used to indicate a string of characters.