0

What is the meaning of parentheses?

7th Nov 2016, 3:19 AM
Yanar Mon
Yanar Mon - avatar
3 ответов
+ 2
Parenthesis usually define parameters to a function but can also be used as function arguments.
7th Nov 2016, 6:47 AM
166239
0
Please give an example.
7th Nov 2016, 3:21 AM
Ryan
Ryan - avatar
0
eg: testfunc(name); here "testfunc" is function name. "name" is an argument. which is put inside the parentheses.
8th Dec 2016, 9:41 AM
Rithu.O.R