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 are reserved words with a programming language?
Tell me about low level programming languages.
Explain two-dimensional array.
Describe wild pointers in c?
Why c language is called c?
What are types of structure?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What are pointers? What are stacks and queues?
What is the purpose of macro in C language?
What are the rules for identifiers in c?
What are the preprocessor categories?
What is a pragma?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Why c is called a mid level programming language?
What is abstract data structure in c?