answersLogoWhite

0


Best Answer

deterministic

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which clause of the create function statement indicates the function will always provide the same result when given the same set of parameters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What reports does the accounting department provide?

There are several reports used in accounting and that the accounting department will provide, these may include, but or not limited to, Income Statement Statement of Retained Earnings Balance Sheet Trial Balance Statement of Owners Equity (Stockholder Equity of company is Inc.) Statement of Cash Flows Bank Reconciliation Statement As I stated, these are a few. It can also depend on what function the certain accounting department is or is not in charge of that will determine exactly what statements they are required to provide.


What statement can be used to transfer control back to the main program after the execution of a subroutine?

It depends what language you are using. Structured languages provide the easiest method, simply call the function containing your subroutine and control will automatically return to the point of the call when the function ends. You can even use functions to return a value to the caller. If functions are not an option, the language might provide a gosub statement. This is similar to a goto statement but returns control to the caller, much like a function would in a structured language.


How would you provide a specific solution to the formula or application?

Analyze the parameters.


What is a return statement used for?

It means end the function. Functions automatically end when execution reaches the end of the function, but you can return from a function at any point within the function with a return statement. If the function returns a value to its caller, you must provide a reachable return statement along with the value you wish to return.


C plus plus Error Too many arguments in function call?

The function prototype (declaration) determines the number and type of arguments a function will accept. If the number or type of arguments passed to a function do not agree with its prototype, the compiler will notify you of the error. That is, if the function only accepts one parameter, you cannot call the function by passing two or more arguments, since no such prototype exists. The compiler makes a best guess on which function you were trying to call (by the name you provided) and notifies you that the number or type of arguments do not agree with the available prototypes. If the function is your own function, you can include the additional parameters as default values and re-implement the function to make use of those parameters, or you can overload the function to provide a completely new implementation that accepts the additional parameters. The new implementation may call the original implementation and embellish that implementation with its own implementation, or it can provide a completely separate implementation. Note that no two functions can have the same name and signature within the same namespace. Every prototype must be unique and cannot differ by return type alone. That is, the number and/or type of arguments must differ in some way, with no ambiguity, so the compiler knows which function you are actually calling (as determined by the prototype).


Can you return multiple values from a function in C?

There are many approaches to this 'problem'. Since a C function is only allowed to return one value as the name of the function you have to provide parameters to the routine if you want multiple values to be returned.For example, traditionally you return a value thus:int Today () ;if (Today() == 2) ....int Today (){/* Some logic */return value ;}So if you want multiple values, send parameters to the routine that can be changed:int Today (int * val1, int * val2, char * charValue) ;Then, call it:int first ;int second ;char third ;if (Today (&first, &second, &third) == 2)In this case first, second, and third can be changed inside the Today routine and return multiple values.int Today (int * val1, int * val2, char * charValue){*val1 = 5 ;*val2 = 10 ;*charValue = 'Y' ;return 2 ;}


What is a contextual statement?

A contextual statement provide general information on a given subject.


What is marketing control?

Marketing control is a process that assists the marketing managers by guiding their marketing efforts within parameters established by the environment and internal resources. The control function is placed on high importance, as it does not only control and evaluate activity, but it assists managers in developing their skills in order to provide sound management of this function.


What is the significance of marketing control?

ImproveMarketing control is a process that assists the marketing managers by guiding their marketing efforts within parameters established by the environment and internal resources. The control function is placed on high importance, as it does not only control and evaluate activity, but it assists managers in developing their skills in order to provide sound management of this function.


Is a true statement about seagrass?

Provide habitats


What is the sensory function of flour?

The sensory function of flour is to provide a solid textture for the product and provide structure for the food.


Can a person get arrested of someone statement?

Yes. A statement may provide probable cause for an arrest.