asked 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.

answered
User Brandon Horsley
by
7.7k points

No related questions found