Why is it not necessary to return a variable from a function
if the variable is declared as global?
A. You have to return all variables regardless of scope.
B. All functions can see and access global variables.
C. main() gets copies of global variables.
D. Each function gets its own copy of global variables.
B
Computer Science & Information Technology
You might also like to view...
Discuss what a breakpoint is and how to use it.
What will be an ideal response?
Computer Science & Information Technology
Disabling or deleting an account is referred to as deprovisioning the account
Indicate whether the statement is true or false
Computer Science & Information Technology
Suppose that a BFFFO operation is applied to the data structure below. What value would be loaded into the destination register assuming that the base byte address is 800?
What will be an ideal response?
Computer Science & Information Technology
If condition q is NUM < VALUE, what is condition not q?
a) VALUE < NUM b) VALUE > NUM c) NUM = VALUE d) NUM ? VALUE
Computer Science & Information Technology