Answer the following questions true (T) or false (F)
1. Extensive use of global variables is a satisfactory replacement for the difficulties of parameter passing with functions.
2. A variable declared outside any function is said to be a local variable.
1. False
Explanation: Global variable use ties functions together so tightly that it is impossible to understand any one function’s behavior apart from the whole of the program. This complexity makes understanding a program very difficult.
2. False
Explanation: This is a global variable.
You might also like to view...
In the following function prototype, how many parameter variables does this function have?
int myFunction(double, double, double); a. 1 b. 2 c. 3 d. cannot tell from the prototype
_____ positioning takes elements out of the normal flow entirely by specifying their precise position with respect to the body or to their nearest positioned ancestor element.
a. Relative b. Fixed c. Responsive d. Absolute
The PowerPoint ________ view enables you to save an entire presentation to a SharePoint library
Fill in the blank(s) with correct word
To create a cover page using the Cover Page command, click the _________ tab.
Fill in the blank(s) with the appropriate word(s).