0
What is the meaning of parentheses?
3 ответов
+ 2
Parenthesis usually define parameters to a function but can also be used as function arguments.
0
Please give an example.
0
eg: testfunc(name);
here "testfunc" is function name.
"name" is an argument.
which is put inside the parentheses.