answersLogoWhite

0

when it is passed by reference

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

When passing an argument by reference the module can modify the argument in the calling part of the program?

Yes, when passing an argument by reference, changes to the argument made within the module will directly affect the original variable in the calling part of the program. This is because the reference to the original variable's memory address is passed to the module, allowing it to modify the variable directly.


What are the Three characteristics of a program module?

Declaring,defining and calling function


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 a piece of data that is sent into a module?

argument


Is true or false calling a module and defining a module mean the same thing?

True


What is the term used for the variable that receives an argument that passed into a module?

parameter


What is the term used for the variable that receives an argument that is passed into a module?

parameter


What is the term used for the variable that receives an argument that pass into a module?

parameter


What type of module a switch use it to modify the media type supported by a switch port?

SFP


How do you program transmission module?

Dealer only


When a module is executing what happens when the end of the module is reached?

When a module is called, the computer jumps to that module and executes the statement in the module's body. Then, when the end of the module is reached, the computer jumps back to the part of the program that called the module, and the program resumes execution at that point.End


What relates to how much one module in a program must rely on another?

Linkage relates to how much one module in a program must rely on another