what are function. what is the use of arguments in a function. in computer
Answers
Answered by
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
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