When a variable is local to a function, we say that it has ___ of the function

a. value
b. constance
c. scope
d. locality


c. scope

Computer Science & Information Technology

You might also like to view...

How does the compiler handle the statement b=a?

A. It doesn’t. That’s the linker’s job. B. The assignment operator assigns the value of a into b. C. The assignment operator assigns the value of b into a. D. That is an invalid C++ statement.

Computer Science & Information Technology

Slides 1, 3, and 5 are contiguous slides

Indicate whether the statement is true or false

Computer Science & Information Technology

Use AutoFit Contents to automatically adjust rows and columns to accommodate all contents

Indicate whether the statement is true or false

Computer Science & Information Technology

You might be "____" your code if you write a separate module for every task.

A. over designing B. overmodularizing C. over programming D. strongly coupling

Computer Science & Information Technology