Multiple choice general knowledge

Which of the following is called as 'Brackets' in Computer terminology?

  1. [ ]

  2. { }

  3. ( )

  4. < >

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

In computer terminology and programming, square brackets [ ] are specifically referred to as 'brackets'. This is standard nomenclature in programming languages like C, C++, Java, and Python. Curly braces { } are called 'braces', parentheses ( ) are simply 'parentheses', and angle brackets < > are referred to as 'angle brackets'.