what is the difference between strcpy() and memcpy() function?
Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between new and malloc in C?
What does the error message "DGROUP exceeds 64K" mean?
What is enumerated data type in c?
why return type of main is not necessary in linux
What are nested functions in c?
What is the use of parallelize in spark?
Explain what standard functions are available to manipulate strings?
What is exit() function?
How can you invoke another program from within a C program?
How do you define a function?
What is 1f in c?
What are the uses of a pointer?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is a loop?
What are identifiers c?