What does it mean to say a variable is local to a function?
A. main() can use it whenever it wants to, but no other function can see or use it.
B. Only the function where the variable is declared can see and use it.
C. No functions can see or use it.
D. None of the above are true.
B. Only the function where the variable is declared can see and use it.
You might also like to view...
Excel includes more than _____ functions from which you can choose.
A. 1000 B. 500 C. 250 D. 750
Which of the following statements does not alter the value stored in a memory location?
a. int a; b. number = 12; c. y = y + 2; d. width = Integer.parseInt(input);
What is the command to launch the Local Group Policy tool?
a. gpedit.msc b. secpol.msc c. compmgmt.msc d. lusrmgr.msc
Privacy can be protected by ____.
A. deleting old online accounts B. increasing the privacy settings on your social network accounts C. blocking third-party cookies from untrustworthy sites D. all of the above