Computer Science, asked by fathimajogee6442, 1 year ago

int *p;
int l=p,k;
k=realloc(p,2*sizeof(char));
printf("%d",k);

Answers

Answered by afsha786
0
you should write k before second right
may you find your ans
Similar questions