Question: Question 2 2 ( Mandatory ) ( 1 point ) How are static variables distinguished from global variables? Global variables are visible from all procedures
Question Mandatory point
How are static variables distinguished from global variables?
Global variables are visible from all procedures in the source code file.
The lifetime of a static variable is the same as the lifetime of its program.
Static variables are created on the stack, using the ESP and EBP registers.
Static variables have a shorter lifetime than global variables.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
