What are static variables, and where are they stored?
Answer Posted / nashiinformaticssolutions
Static variables retain their value across multiple function calls. They are stored in the data segment of memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is structure and union in c?
What is the description for syntax errors?
What is static memory allocation?
Is c# a good language?
Tell me what is the purpose of 'register' keyword in c language?
What is typeof in c?
What is the scope of an external variable in c?
How do we declare variables in c?
int i=10; printf("%d %d %d", i, i=20, i);
how do you execute a c program in unix.
Can a variable be both constant and volatile?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How is actual parameter different from the formal parameter?
What is c preprocessor mean?
What is void c?