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 |
Write a program to print factorial of given number without using recursion?
i have a written test in tomorrow
Write a program to print “hello world” without using semicolon?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
what is a headerfile?and what will be a program without it explain nan example?
What does %d do in c?
Why header files are used?
Do you know pointer in c?
What do you mean by dynamic memory allocation in c?
What are the benefits of c language?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Compare array data type to pointer data type