Computer Science, asked by dhrutivgahani, 9 months ago

How many arguments one can use with a calc function?
a)one
b) two
c) three
d) depend on the function

Answers

Answered by Anonymous
17

Answer :

Option (D) depend on the function

Hope it will be helpful to uhh

Thanks :꒰⑅ᵕ༚ᵕ꒱˖♡

Answered by smartbrainz
3

Assuming that calc is not an inbuilt program, it can have any number of arguments.

  • A function is a named program or set of instructions that a developer creates for performing a specific task.
  • A function may or may not use arguments which are used to provide inputs and also to obtain an output from the function.
  • There is practically no limitation on the number or arguments that can be passed to a function.
  • However, in some programming languages a function differs from a procedure in the sense that a function will always return an output.
  • Here, calc seems to be a programming language function and so, it can have any number of arguments, depending upon the task it needs to perform.

To know more about Functions, visit :

https://brainly.in/question/15360007  

Similar questions