answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How much value of the function will change if its argument is increased fourfold n3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What happens to the gravitational force between two objects if the mass of one object is uadrupled increased 4 times. the gravitational force would be?

It would also increase fourfold ... as long as the distance between them didn't change.


What is the use of passing an argument by value?

Passing an argument by value means that the method that receives the argument can not change the value of the argument. Passing an argument by reference means that the method that receives the argument can change the value of the incoming argument, and the argument may be changed in the orignal calling method.


If the radius of a cricle is increased by 75 percent then its circumference will be increased by?

The cricle's circumference is a linear function of its radius, so they change in direct proportion.If the radius increases by 75%, the circumference also increases by 75%.


Why you use pointers?

Because you can produce fast and efficient code. Function arguments are passed "by value", and so you can't change the original value of the argument, but if you use pointers, you can.


Why use pointer?

Because you can produce fast and efficient code. Function arguments are passed "by value", and so you can't change the original value of the argument, but if you use pointers, you can.


What ia call by value?

Call by value it's a mechanism to design to pass arguments to functions. When you call by value a variable within the list of argument of function, it means you ask to provide a copy of the variable. And if it happens that you change the variable within your function, it's not gong to change the original variable.


What is the percent change when 18 is increased to 45?

18 increased to 45 is a change of +150%


What argument passes in a method that will reference the content and can change the variable in the method?

That is called passing an argument by reference.


24 is increased to 90 percent of change?

24 increased to 90 percent of change becomes 450.6.


What is meant by function call by value?

When we call a function, memory needed for all formal arguments and scratch variables (variables that are declared inside the function) are allocated from the stack area of the program and the same will be de-allocated when control comes out of the function. This is called as stack frame or activation frame. When we send an argument as passing by value style, its value is assigned to formal argument. However, whatever operations takes place on formal argument does not reflect on the actual argument because those changes are taking place in some other memory not in the same memory of the actual argument, void swap(int a, int b) { int t=a; a=b; b=a; } int main() { int x=10, y=17; swap(x,y); printf("%d %d\n", x, y);/* values will not change */ return 0; }


How do you change an exponential functions to a logarithmic function?

If y is an exponential function of x then x is a logarithmic function of y - so to change from an exponential function to a logarithmic function, change the subject of the function from one variable to the other.


What is pseudo argument?

A pseudo-argument lacks a reasonable argument. It doesnÃ?t allow the possibility of growth and change or the evidence to back up claims that have been made.