int n; int* f(void){ int *x = malloc(sizeof(int)); *x ? 3; return x; } int main (void){ int j; int *y· ;; f ( ) ; return 0;} Question: Which part of memory (code, data, heap, stack) are the follbwing...


int n;


int* f(void){


int *x = malloc(sizeof(int)); *x ? 3;
return x; }


int main (void){


int j;

int *y· ;; f ( ) ; return 0;}


Question: Which part of memory (code, data, heap, stack) are the follbwing entitfres stored in? please explain in short.


a. n


b. y


c. *y


d. f



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here