Answer Posted / ravindra garg
(Higher Memory Address)
STACK -->Func arguments and return val(locals)
'
'
|
^
'
HEAP --> Dynamic Data
BSS --> Uninitialized Data
(Global and static default to zero)
DATA SEGMENT --> Initilialised data
(Global and static with init vals)
CODE SEGMENT --> Instructions
[Lower Memory Address]
| Is This Answer Correct ? | 38 Yes | 3 No |
Post New Answer View All Answers
What does the c in ctime mean?
Write programs for String Reversal & Palindrome check
what is reason of your company position's in india no. 1.
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
How a string is stored in c?
Hai what is the different types of versions and their differences
What is the difference between NULL and NUL?
What are the types of macro formats?
Explain how can a program be made to print the name of a source file where an error occurs?
int far *near * p; means
What do you mean by dynamic memory allocation in c?
What is extern storage class in c?
How is = symbol different from == symbol in c programming?
What does c mean in standard form?
Can variables be declared anywhere in c?