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
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is pivot in c?
Explain data types & how many data types supported by c?
How the c program is executed?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is an identifier?
Why is c faster?
What will the preprocessor do for a program?
How does selection sort work in c?
How can you tell whether a program was compiled using c versus c++?
What is an lvalue?
Is c object oriented?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How to implement a packet in C
What is c programing language?