answersLogoWhite

0

What is parameter in functions?

Updated: 12/23/2022
User Avatar

Wiki User

12y ago

Best Answer

whatever the variables we declare in function signature to receive the arguments at the calling that are known as parameters..

e.g.

int sum(int a,int b);

here a & b are known as parameters.....

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is parameter in functions?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

When a function is overloaded there are multiple definitions of the functions What makes the various definitions of the function different from each other?

Their parameter-lists and returns values.


What is a parameter in Excel?

A parameter is a value that is used to carry out of task. It can be interpreted in a few ways. Parameters can be the values used to define filters if querying data in Excel. So if you have a list of data and want to show only some of it based on some criteria, that criteria can be referred to as parameters. If data is being read from an external source, it may require a parameter to define what data to show. Microsoft Access has something called a parameter query where a value is fed in at the time the query is run. That value is called a parameter. So if Excel is reading a parameter query from Access, it will need to provide a parameter to do it with. A parameter can be a value that is used in a function, though that is more commonly called an argument. In order for many functions to work they need values to work on. These are called arguments or occasionally parameters.


Why is parameter passing useful to programmers?

Because all software is written using functions and classes. If you do not know how to pass data from class to class, to function you are not a programmer.


What is the r-parameters of transistor?

r parameter is resistance parameter


In dos what is the function of a parameter?

A parameter is a command-line switch or an argument to a function. We use parameters to specify the input variables for the commands or functions we invoke. For instance, when we want to list the contents of a directory or folder, we have to pass the directory or folder path to the appropriate command so that it knows which directory or folder to process.

Related questions

How do you pass structures as a parameter to the functions in c plus plus?

Put their names into the parameter-list.


Is A query that prompts for input whenever it is run is a run-time query?

It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.It is referred to as a parameter query.


Why do linear functions have a rate of change?

Linear functions have a rate of change because their slope parameter is non-zero. That is, as their x or y values changes, their corresponding x or y values change in response.


When a function is overloaded there are multiple definitions of the functions What makes the various definitions of the function different from each other?

Their parameter-lists and returns values.


What is the parameter of the Earth?

what is the parameter of earth


Why and when should programmers use a constant reference parameter?

when we use that parameter as a global parameter and we used that parameter through out the program without changing


What is a parameter in Excel?

A parameter is a value that is used to carry out of task. It can be interpreted in a few ways. Parameters can be the values used to define filters if querying data in Excel. So if you have a list of data and want to show only some of it based on some criteria, that criteria can be referred to as parameters. If data is being read from an external source, it may require a parameter to define what data to show. Microsoft Access has something called a parameter query where a value is fed in at the time the query is run. That value is called a parameter. So if Excel is reading a parameter query from Access, it will need to provide a parameter to do it with. A parameter can be a value that is used in a function, though that is more commonly called an argument. In order for many functions to work they need values to work on. These are called arguments or occasionally parameters.


Why is parameter passing useful to programmers?

Because all software is written using functions and classes. If you do not know how to pass data from class to class, to function you are not a programmer.


What does parameter mean in science?

A parameter is something that limits something else. A parameter is a limit, or a boundary.


What is a parameter in maths?

A parameter is like a limit or a specification.


What is pointer to function?

That means that a variable contains the memory address where the function starts. This can be passed as a parameter, in situations where you may want to use different functions in different cases. In other words, this basically allows you to treat functions as "first-class citizens".


What does parameter passing in c means?

parameter passing in c, what does it do?