answersLogoWhite

0


Best Answer

It is a value in the co-domain [range] of the function.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

dependent variable.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the output variable of a function?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

A function is a rule that assigns each value of the variable to exactly one value of the dependent variable?

I found two answers for this question. A function is a rule that assigns to each value of one variable (called the independent variable) exactly one value of another variable (called the dependent variable.) A function is a rule that assigns to each input value a unique output value.


Why all variables are declared with in the function?

It is not necessary to to declare variables inside the function in C. If you declare a variable inside a function, the variable becomes local for the function and another variable of same name can be declared in any other function, but you can not use the variable declared in other function. When you declare any variable outside the function body then the variable becomes global and can be used in any function of the program. Note: errno is an example for a variable declared outside any function.


How you can modify an integer variable value in a function?

with an assignment: variable = value variable += value variable /= -3; ...


When a reference variable is passed to any function than whether it pass address or a copy of a variable?

You cannot arbitrarily determine what is passed to a function from outside of the function. If the function expects a reference, then the memory address of the variable will be automatically passed to the function. If the function expects a value, then a copy of the variable's value is automatically passed instead. In other words, it is the function signature that determines what is passed, not how you call the function.


Explain the scope and visibility of variables in c plus plus function?

If you define a variable inside of your function, the variable can be referred and used only inside of that function. It means that you will not able to use the variable in another function (including main). Area of code where your variable can be used after declaration is usually called visibility of the variable.

Related questions

Do the dependent variable act as the input of a function and the independent variable act as the output of the function?

No.


What is another name for the output variable in a function?

Dependent variable


What is the output of a function a variable whose value depends on the input or independent variable?

the output variable is called the dependent variable. For example the function y = f(x) = 3x here x is independent and y is dependent; y changes when you change x


What is output variable?

When you call a function, its parameters may transfer data to the function, back from the function, or both directions. The second sort of them is called as output variable.


Describe how you can tell by looking at the graph of a function with variable is the input variable and which is the output variable?

You cannot.


How do you graph functions?

Suppose a function takes values of a variable, X, as its input, and that it converts it into an output value Y.Then the graph of the function, in the X-Y coordinate plane, is the set of all points (x, y) such that when you input the value x into the function, the output is y.Suppose a function takes values of a variable, X, as its input, and that it converts it into an output value Y.Then the graph of the function, in the X-Y coordinate plane, is the set of all points (x, y) such that when you input the value x into the function, the output is y.Suppose a function takes values of a variable, X, as its input, and that it converts it into an output value Y.Then the graph of the function, in the X-Y coordinate plane, is the set of all points (x, y) such that when you input the value x into the function, the output is y.Suppose a function takes values of a variable, X, as its input, and that it converts it into an output value Y.Then the graph of the function, in the X-Y coordinate plane, is the set of all points (x, y) such that when you input the value x into the function, the output is y.


What is depended quantity?

the output of a function; a variable whose value depends on the value of the input.


What is a dependent quantity?

the output of a function; a variable whose value depends on the value of the input.


A function is a rule that assigns each value of the variable to exactly one value of the dependent variable?

I found two answers for this question. A function is a rule that assigns to each value of one variable (called the independent variable) exactly one value of another variable (called the dependent variable.) A function is a rule that assigns to each input value a unique output value.


How the printf function uses the format string to set the width and presicion of an output variable?

%<width>.<precision>f


Which variable is also called the dependent variable?

Output variable


Is the output variable the independent variable?

No, it usually is not.