What are static variables, and where are they stored?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
What is #include conio h?
Explain what are multibyte characters?
Is it cc or c in a letter?
Explain the use of 'auto' keyword in c programming?
What is variable in c example?
Hi can anyone tell what is a start up code?
what is c language.
What are register variables in c?
What are signals in C?
What is the difference between array and pointer?
How can I write a function that takes a format string and a variable number of arguments?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j