In a function that receives one parameter value from the main program and passes back a changed value of the parameter, that parameter is considered __________.
a. an input parameter
b. an output parameter
c. an input/output parameter
d. a local variable
e. a stub
C
Computer Science & Information Technology
You might also like to view...
Correct the Code Errors) Identify and correct the error(s) in each of the following:
``` While (x <= 100) total += x; ++x; ```
Computer Science & Information Technology
A group of cells that share boundaries and are selected is called a cell ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
You cannot rename the default administrator account
Indicate whether the statement is true or false
Computer Science & Information Technology
_______ is used to uniquely identify the framework
1. Version Number 2. Code Name 3. API Level
Computer Science & Information Technology