C Functions Question:
Download Questions PDF

What is strcpy() function?

Answer:

strcpy() copies a string until it comes across the termination character ''.

Download C Functions Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between malloc() and calloc() function?What is memcpy() function?