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
1y 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


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.


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 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


What is the parameter of the Earth?

what is the parameter of earth


How many parameter can be passed to a function in c language?

No explicit limit. Some hundreds should be okay, I guess.