Pergunta de entrevista da empresa NetApp

Write a function to copy the NULL terminated string? The source & destination can be any where with overlap possible. The end result should be that the destination should have string properly without getting corrupted.

Resposta da entrevista

Sigiloso

3 de ago. de 2012

Copy from end to begin so that destination will has the string of source.