malloc()
October 16th, 2008
Question: What is malloc()?
- a C function that allocates memory from the heap
- a Java method that tests for malformed URLs
- accessBasic method that locks a record
- all of the above
Answer: a C function that allocates memory from the heap
Entry Filed under: Trivia