answersLogoWhite

0

felt like it

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does counter argument mean?

A counter argument is an argument made against another argument.


What is the possessive of facility?

facility's


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.


What is the name of the tool in Excel used to view different part of a worksheet at the same time?

The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.The Split facility allows you to do that.


What is a immigration facility?

what is immigration facility


Is this a facility in which I have to stay?

“Is this a facility in which I have to stay?”


What does primitive facility mean?

A 'primitive' facility might be considered the opposite of a 'state of the art' facility. A facility which has few tools to work with.


If you have one facility would the manager be a facilities manager or a facility manager?

Facility Manager.


What are the 4 fundamentals of logic?

Argument Deductive argument Inductive Argument Analogy


How do you put the word facility into sentence?

She knew she couldn't escape as long as the facility was watching her. He was the owner of this facility. It was a huge facility, with a lot of employees.


What is the correct spelling for argument?

argument


What is a macro instruction argument?

The macro facility presented thus far capable of inserting blocks of instruction in place of macro calls. All of the calls to any given macro will be replaced by identical blocks. This macro facility lacks flexibility: there is no way for a specific macro call to modify the coding that replaces it. An important extension of this facility consists of providing for arguments, or parameters, in macro calls. Corresponding macro dummy arguments will appear in macro definitions. . . . A 1, DATA 1 A 2, DATA 2 A 3, DATA 3 . . . A 1, DATA 2 A 2, DATA 2 A 3, DATA 2 . . . DATA 1 DC F '5' DATA 1 DC F '10' In this case the sequence are very similar but not identical. The first sequence performs an operation using DATA1 as operand; the second perform using DATA2. They can be considered to perform the same operation with a variable parameter or argument. Such a parameter is called a macro instruction argument, or dummy argument. It specified on the macro name line and distinguish by the ampersand which always its first character