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.

Computer Science & Information Technology

You might also like to view...

A computer _____ is the amount of data that a CPU can manipulate at one time.

A. ?memory B. ?word C. ?register D. ?process

Computer Science & Information Technology

An_______________is the submission of a single set of biometric sample to a biometric system for authentication.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology