91.9k views
0 votes
T F Static local variables are not destroyed when a function returns.

1 Answer

6 votes

Answer:

False

Step-by-step explanation:

Static local variables are destroyed when a function returns.

They are always destroyed after a function returns.

User Brandon Horsley
by
5.2k points