Answers

Question and Answer:

  Home  C Functions

⟩ What are the scope of static variables?

The scope of a static variable is local to the block in which the variable is defined. However, the value of the static variable persists between two function calls.

 169 views

More Questions for you: