Computer Science, asked by modi7670, 8 months ago

a function name must be followed by opening and closing _______________

Answers

Answered by bktbunu
3

Explanation:

a function name must be followed by opening and closing parentheses

Answered by orangesquirrel
3

A function name must be followed by opening and closing parenthesis.

  • A function is a group of statements that performs a specific task.
  • One needs to declare a function before it is being used.
  • A function declaration consists of a function name followed by the opening and closing parenthesis, a return type and some parameters.
  • A function definition consists of the actual definition of the function.
  • A function reduces the number of lines of codes in a program.
Similar questions