Homework Help Question & Answers
Can someone explain to me why buff doesn’t have the data that i put inside of…
Can someone explain to me why buff doesn’t have the data that i put inside of the char pointer name “data”
29 int main) 30 putsC”Hello World; int yes 2; int finally -1; char *buff; int ret = 0; char *hh buff malloc(7) printf(“buff %p n”, &buff); ret = puff(yes, buff, finally) ; 32 36 37 39 40 41 42 . 43 putsC”” putsC”buff”; for(int i-0; i
Add a comment