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
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why is sprintf unsafe?
How can you call a function, given its name as a string?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a const pointer in c?
what are the facialities provided by you after the selection of the student.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are conditional operators in C?
What is logical error?
What is a constant?
what are the 10 different models of writing an addition program in C language?
c program to compute AREA under integral
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the use of getchar() function?
Where static variables are stored in c?