Computer Science, asked by kkdev5809, 1 year ago

Difference between local static and global static variables in c

Answers

Answered by sujithgoogler
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