Difference between local static and global static variables in c
Answers
Answered by
0
Explanation:
What is difference between local static and global static variables? ... If static variables are declared outside of all functions it will have global scope or it is declared within a function it will have scope within a function and it will retain until the life of program
Similar questions