Multiple choice

What is always used to indicate a function

  1. round brackets

  2. square brackets

  3. curly brackets

  4. capital letters

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

Round brackets are the standard syntax used to invoke or call a function in programming. They enclose the arguments passed to the function.