In which area global, external variables are stored?
Answer Posted / mrinal
The global or external variables are stored on the HEAP.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Is file a keyword in c?
what are bit fields? What is the use of bit fields in a structure declaration?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What functions are used for dynamic memory allocation in c language?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is getch c?
Explain what is #line used for?
Explain the difference between #include "..." And #include <...> In c?
How do you list a file’s date and time?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Explain can static variables be declared in a header file?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
How can I find out the size of a file, prior to reading it in?