answersLogoWhite

0


Best Answer

Random example, function with two parameters:

int main (int argc, char **argv) {...}

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create functions with multiple parameters in C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is manipulator in c plus plus language?

Manipulators are functions that change the formatting parameters on character streams.


Does multiple means plus?

multiple means multiple, plus means plus.


How do you make multiple photo albums on iPod touch?

In the Photos app, in the top left corner is the "plus" icon. Tapping on that will let you create multiple photo albums.


Can there be friend functions in c plus plus?

Yes, there can be friend functions in C++.


Why functions are not used in c plus plus?

Of course they are used. Both stand-alone and class-member functions are used in C++.


How does Microsoft Excel perform calculations?

Many different functions can perform calculations or operations. Excel comes with hundreds of them. They can be accessed by clicking on the fx icon. The most commonly used function is usually the SUM function. It is generally used to add a range of values, but it can be used to do other kinds of calculations. It can be accessed by clicking on the Σ character on the toolbar.


Printf and scanf Operators in C and C plus plus?

No, they are functions. Operators are -> or ++or /=


How many main functions are used in c plus plus program?

One.


Which statistics are used to construct a confidence interval?

The parameters of the underlying distribution, plus the standard error of observation.


How do you create .exe file in c plus plus?

You can create an exe-file from your C++ source, if you have a compiler.


What is the function of plus sign?

The "plus sign" (+) is an operator that, by default, takes the left and right operands as parameters, and returns the sum of both operands as the return value.


What is a method in c plus plus?

In C++, methods are simply class member functions.