what is argument | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is argument

technical

28th Aug 2016, 10:31 AM
Santosh Jammi
Santosh Jammi - avatar
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.
28th Aug 2016, 11:20 AM
Zen
Zen - avatar
+ 2
An argument is input to the function.
28th Aug 2016, 11:24 AM
Sreeni
Sreeni  - avatar
+ 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.
31st Aug 2016, 1:27 AM
Talia
0
help me anyone
28th Aug 2016, 10:32 AM
Santosh Jammi
Santosh Jammi - avatar