what are the static variables
Answer Posted / guest
Variables that statically retain their memeory location
across function calls or in other words even beyond their
scope.
Global static values or functions are used to hide them
from other files in the program.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Differentiate Source Codes from Object Codes
Do you know the use of fflush() function?
please send me the code for multiplying sparse matrix using c
Explain what is wrong with this program statement?
Explain null pointer.
Why calloc is better than malloc?
How old is c programming language?
Explain what are multibyte characters?
What are predefined functions in c?
Why c is procedure oriented?
How can I pad a string to a known length?
Explain what are reserved words?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
How can I prevent another program from modifying part of a file that I am modifying?
Compare array data type to pointer data type