What are static variables, and where are they stored?
Answer Posted / 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 |
Post New Answer View All Answers
Can we change the value of #define in c?
How to write a code for reverse of string without using string functions?
Suggesting that there can be 62 seconds in a minute?
What are different types of operators?
What is string concatenation in c?
What is modifier & how many types of modifiers available in c?
What language is lisp written in?
Why is extern used in c?
What is a pragma?
How can a program be made to print the line number where an error occurs?
Explain what is meant by 'bit masking'?
What is a pointer in c?
How to declare pointer variables?
What is the difference between strcpy() and memcpy() function in c programming?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples