+ 1
what is argument
technical
4 Answers
+ 4
An argument (also called parameter) of a function is basically the data going in. For example:
int square(int x) {
return x*x;
}
Here, x is an argument of type int of the function square.
+ 2
An argument is input to the function.
+ 1
. reason or set of reasons given in support of an idea, action or theory
. an exchange of diverging or opposite views, typically a heated or angry one.
0
help me anyone