what is the difference between strcpy() and memcpy() function?
Answers were Sorted based on User's Feedback
Answer / manoj
memcpy can copy null bytes also if the size of memory is
given
strcpy stops after the first null byte.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
What is main return c?
Write a program to print the prime numbers from 1 to 100?
Differentiate between declaring a variable and defining a variable?
What is array of structure in c programming?
What is nested structure in c?
What is difference between && and & in c?
how to find out the inorder successor of a node in a tree??
Describe dynamic data structure in c programming language?
yogesh patil in dell
write a c program for swapping two strings using pointer
I heard that you have to include stdio.h before calling printf. Why?
suppose there are five integers write a program to find larger among them without using if- else