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 are header files why are they important?
What is #include in c?
Can we access the array using a pointer in c language?
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
Do you know null pointer?
What is variable and explain rules to declare variable in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
c program to subtract between two numbers without using '-' sign and subtract function.
What is an lvalue in c?
What is the difference between void main() and int main()?
in linking some of os executables are linking name some of them
Tell us something about keyword 'auto'.