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
Difference between constant pointer and pointer to a constant.
What is the use of clrscr?
Why are all header files not declared in every c program?
What is a file descriptor in c?
using for loop sum 2 number of any 4 digit number in c language
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What is atoi and atof in c?
What is the difference between far and near in c?
What is logical error?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the purpose of ftell?
What is a MAC Address?
Is c language still used?
code for quick sort?