Microsoft Interview Question

Write a function that copies buffers content from a linked list to another one where both lists total buffer size is variable.

Interview Answer

Anonymous

Jun 13, 2019

Check if copy to list can accommodate, then copy stuff over.