Which of the following statements is false?
a. The principle of least privilege states that code should be granted only the amount of privilege and access that it needs to accomplish its designated task, but no more.
b. An example of the principle of least privilege is the scope of a local variable, which should not be visible when it’s not needed. This is why a function’s local variables are placed in stack frames on the function-call stack, so they can be used by that function while it executes and go away when it returns.
c. Once a stack frame is popped, the memory that was occupied by it can be re-used for new stack frames.
d. Functions can see each other’s local variables by accessing each other’s stack frames.
d. Functions can see each other’s local variables by accessing each other’s stack frames.
You might also like to view...
You cannot configure IPv6 to use an existing DHCP server
Indicate whether the statement is true or false
In Photoshop, the term ____ refers to specific operations that you make to change the location of pixels.
A. transfer B. change C. relocate D. transform