answersLogoWhite

0

What is parameter in c?

User Avatar

Anonymous

14y ago
Updated: 7/8/2023

Int x=0; //which have zero value call trival

return x=3; // we call as parameter

User Avatar

Adah Doyle

Lvl 10
2y ago

What else can I help you with?

Related Questions

What does parameter passing in c means?

parameter passing in c, what does it do?


Different parameter passing methods with examples?

explain parameter passing methods c program


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

Put their names into the parameter-list.


What is a parameter in C?

Int x=0; //which have zero value call trival return x=3; // we call as parameter


Definition for call by value in c?

This is the only possible way of parameter-passing in C language.


What Is An Example Of Musical Parameter?

A. Tempo B. Articulation C. Dynamics


How can add date parameter in report viewer C if my data base is MS access?

To add a date parameter in a Report Viewer using C# with an MS Access database, first, define a parameter in your report (.rdlc file) by adding a new report parameter of type DateTime. In your C# code, when setting up the report data source, create a ReportParameter object with the desired date value and add it to the ReportParameters collection of your report. Lastly, ensure that your dataset queries are adjusted to filter data based on the provided date parameter.


What has the author Patrick C Murphy written?

Patrick C. Murphy has written: 'A methodology for airplane parameter estimation and confidence interval determination in nonlinear estimation problems' -- subject(s): Aerodynamics, Parameter estimation, System identification


Which is the default parameter passing technique in c plus plus language?

The default is to pass by value.


Why void is used in c language?

void as function return-type means no return value void as function parameter means no parameter void * as pointer type means generic pointer


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.


What is the difference between coefficient and parameter?

In an algebraic expression (or equation), a coefficient is the numerical multiplier for a term. If the coefficient is, itself, a variable, then it is a parameter. For example, the equation of a straight line in 2-d is y = mx + c where x and y are the coordinate variables, m is the parameter which defines the slope, and c is the parameter which defines the y-intercept. Different values of m will give a set of lines with the same intercept, whereas different values of c will give a set of lines with the slope. Varying both, together, will generate all possible lines. By contrast, in the equation y = 2x + 5, 2 is the coefficient of x and 5 is the constant [coefficient]. They are specific values of the parameter whic define a specific line.