Computer Science, asked by prince1233, 1 year ago

What is the error in the code below and how should it be corrected?

Answers

Answered by adhilmomu7
1
where is the code ?...

prince1233: sry bro
prince1233: i forgot to give code
prince1233: my_struct_t *bar; /* ... do stuff, including setting bar to point to a defined my_struct_t object ... */ memset(bar, 0, sizeof(bar));
prince1233: here its is..
Similar questions