Computer Science, asked by kartiksinghthakur45, 6 months ago

what are function. what is the use of arguments in a function. in computer​

Answers

Answered by haaileyyy
4

in programming, a value that is passed between programs, subroutines or functions. Arguments are independent items, or variables, that contain data or codes. When an argument is used to customize a program for a user, it is typically called a "parameter." See argc

Answered by swatimishra262008
4

Answer:

In computer programming, a parameter or a formal argument, is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine.

hope it's helpful

Mark as Brainlist

Similar questions