C Functions Question:

What are the scope of static variables?

Tweet Share WhatsApp

Answer:

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.

Download C Functions PDF Read All 45 C Functions Questions
Previous QuestionNext Question
What is use of bit field?Do you know the purpose of "register" keyword?