What is the name of this ' () ' in C++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the name of this ' () ' in C++ ?

If we use this brackets in algebraic expression or arithmetic sequence it is just called brackets but what we call this when use this brackets in function (where we give parameters and arguments) ?

18th Jul 2021, 11:32 AM
K S Mirthun
K S Mirthun - avatar
2 Answers
+ 4
that's "calling the function" and whenever you see a function name without () a call, then it's a reference to that function.
18th Jul 2021, 12:05 PM
Slick
Slick - avatar
0
Ohh ok bro ☺️
19th Jul 2021, 1:30 AM
K S Mirthun
K S Mirthun - avatar