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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here