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
What is the difference between abs() and fabs() functions?
What is non linear data structure in c?
How can I read in an object file and jump to locations in it?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Can you please compare array with pointer?
Where is volatile variable stored?
Explain how can you tell whether two strings are the same?
Why can't I perform arithmetic on a void* pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is scope and lifetime of a variable in c?
Write a program to reverse a linked list in c.
What is nested structure with example?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Why do we use pointer to pointer in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays