What are the scope of static variables?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online C Functions Job Interview Questions And Answers