what is the difference between strcpy() and memcpy() function?
Answer Posted / vinoth kumar
strcpy copies the data from one string to another...
memcpy copies the data's memory...
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is quick sort in c?
Which are low level languages?
Explain void pointer?
What is the purpose of ftell?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
How to get string length of given string in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Difference between constant pointer and pointer to a constant.
what is the different bitween abap and abap-hr?
What are directives in c?
What is a program flowchart and how does it help in writing a program?
How can I trap or ignore keyboard interrupts like control-c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are the benefits of organizational structure?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?