Answer:
Option TODAY and NOW
Step-by-step explanation:
The options of the function given in the question are referring to Microsoft Excel functions.
Argument is an input value required by a particular function to operate on it and return an output. The argument will be placed within the a pair of the parenthesis attached to the function name. For example, =Count(value1, value2, ... )
However, not all functions require argument to return an output. For example, writing =TODAY() and =NOW() will directly return a date of today and current time, respectively.