What is meant by global static? why we have to use static
variable instead of Global variable
Answer Posted / guest
Static is protected one and you cannot acess the variable
in other files/functions.It is declared in the top of the
file/function.The value retains tho,t the program.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the description for syntax errors?
Why can’t we compare structures?
What is formal argument?
Explain what’s a signal? Explain what do I use signals for?
Where register variables are stored in c?
Can a program have two main functions?
Why do we need volatile in c?
Is register a keyword in c?
Can a pointer point to null?
What is the collection of communication lines and routers called?
Explain how many levels deep can include files be nested?
Is it valid to address one element beyond the end of an array?
List a few unconditional control statement in c.
What are formal parameters?
Can a variable be both constant and volatile?