answersLogoWhite

0

A function. You can have a function that returns but doesn't return a value with it.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

What takes a value or values performs an operation and returns a result to the cell?

called function


What statement causes a function to end and sends a value back to the part of the program that called the function?

The statement that causes a function to end and sends a value back to the calling part of the program is the return statement. When a return statement is executed, it terminates the function and can optionally pass a value back to the caller. If no value is specified, the function returns None in Python or equivalent in other languages. This allows the caller to receive the result of the function's computation.


Why do you have to use the return type for the main function in c language i mean to what does the main function have to return the value to?

It returns the value to the operating system or whatever process launched it. If you launched your program from a batch file then the batch file can detect this return value. If your program is spawned or launched by another program then the return value goes to that parent prgoram or process. One more thing is that you can write main() without the return type and it will be absolutely correct


What function is a logical function that returns one value if the statement is true and returns a different value if the statement is false?

isdigit is an example (see in ctype.h)


What is a visual basic function?

A function is a segment of code which you pass a value to and get a value back from, the function acts upon (or not) that value passed to it and returns a value to the calling method; this makes it slightly different from a Sub, which returns no value to its calling method.

Related Questions

What is a named operation that returns a value in the Excel program used to simplify formulas?

A function.


What takes a value or values performs an operation and returns a result to the cell?

called function


What is pv in excell?

The PV function is a financial function. It is used to return the present value of an investment based on an interest rate and a constant payment schedule. The syntax is a follows: PV( rate, number_payments, payment, [FV], [Type] ) Rate is the interest rate for the investment. Number_payments is the number of payments for the annuity. Payment is the amount of the payment made each period. If it is omitted, you have to enter a FV value. FV is optional. It is the future value of the payments. If it is omitted, it is assumed to be 0. Type is optional. It indicates when the payments are due. Type can be one of the following values: 0 for when payments are due at the end of the period, which is the default. 1 for when payments are due at the start of the period. If the Type parameter is left out, the PV function sets the Type value to 0.


What statement causes a function to end and sends a value back to the part of the program that called the function?

The statement that causes a function to end and sends a value back to the calling part of the program is the return statement. When a return statement is executed, it terminates the function and can optionally pass a value back to the caller. If no value is specified, the function returns None in Python or equivalent in other languages. This allows the caller to receive the result of the function's computation.


What is the meaning of fabs in quadratic equation in c program?

In the C Programming Language, the fabs function returns the absolute value of a floating-point number


What is the difference between min and max function?

The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)The MIN function returns the lowest value from a set of values. The MAX function returns the highest value from a set of values.=MIN(A2:A20)=MAX(A2:A20)


What argument value is passed into a module that is the only copy of the argument?

If a module is the sole possessor of a value, it will be passed by value, meaning a copy of the argument will be made and used within the module. This copy will be modified independently of any other modules or the original value.


What is the null join?

The join which does not fetch any result that is it returns null value after projection operation is called null join


Why do you have to use the return type for the main function in c language i mean to what does the main function have to return the value to?

It returns the value to the operating system or whatever process launched it. If you launched your program from a batch file then the batch file can detect this return value. If your program is spawned or launched by another program then the return value goes to that parent prgoram or process. One more thing is that you can write main() without the return type and it will be absolutely correct


Which function returns one value when a condition is met and returns another value when it is not met in Excel?

The IF function. See the related question below.


What function is a logical function that returns one value if the statement is true and returns a different value if the statement is false?

isdigit is an example (see in ctype.h)


What is a visual basic function?

A function is a segment of code which you pass a value to and get a value back from, the function acts upon (or not) that value passed to it and returns a value to the calling method; this makes it slightly different from a Sub, which returns no value to its calling method.