Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
void* malloc(size_t size); // declared in stdlib.h
  • Allocates memory block of size bytes
  • Returns [...]
  • Content of memory block undefined
Answer
pointer to start of memory block

Question
void* malloc(size_t size); // declared in stdlib.h
  • Allocates memory block of size bytes
  • Returns [...]
  • Content of memory block undefined
Answer
?

Question
void* malloc(size_t size); // declared in stdlib.h
  • Allocates memory block of size bytes
  • Returns [...]
  • Content of memory block undefined
Answer
pointer to start of memory block
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
void* malloc(size_t size); // declared in stdlib.h Allocates memory block of size bytes Returns pointer to start of memory block Content of memory block undefined

Original toplevel document (pdf)

owner: pavestonelaboringuntitled - (no access) - 02 C Programming.pdf, p52

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.