Computer Science, asked by RavinaAcharya, 2 months ago

Function(argument1, argument2, ...) is ____.
A. The syntax of writing optional arguments.
B. An example of a formula
C. The general syntax of all formulas
D. The general syntax of all functions​

Answers

Answered by agarwaltanishq524
3

the correct answer will be be

Answered by dreamrob
0

Answer:

Function(argument1, argument2, ...) is the general syntax of all functions​.

So, the correct option is (D) The general syntax of all functions​

We use (=) before the function name.

Example: =SUM(B2, B6)

Functions are of two types:

  • Functions with no arguments
  • Functions with one or more arguments

Some inbuilt function are:

  • SUM
  • SUMIF
  • SUMIFS
  • COUNT
  • COUNTA
  • COUNTIF
  • COUNTILS
  • AVERAGE
  • AVERAGEIF
  • AVERAGEIFS
  • MAX
  • MIN

Similar questions