Question: The storage for static variables declared in a c function a) can be allocated along with local variables in the stack frame b) can be
The storage for static variables declared in a c function
a) can be allocated along with local variables in the stack frame
b) can be allocated in a heap block pointed to by a global pointer
c) can be allocated along with global variables
d) Either (b) or (c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
